Nektar++
Public Types | Static Public Attributes | List of all members
boost::python::detail::value_is_shared_ptr< X_ > Struct Template Reference

#include <ShPtrFixes.hpp>

Public Types

typedef mpl::bool_< valuetype
 

Static Public Attributes

static bool const value
 

Detailed Description

template<class X_>
struct boost::python::detail::value_is_shared_ptr< X_ >

Definition at line 129 of file ShPtrFixes.hpp.

Member Typedef Documentation

◆ type

template<class X_ >
typedef mpl::bool_<value> boost::python::detail::value_is_shared_ptr< X_ >::type

Definition at line 133 of file ShPtrFixes.hpp.

Member Data Documentation

◆ value

template<class X_ >
bool const boost::python::detail::value_is_shared_ptr< X_ >::value
static
Initial value:
= is_shared_ptr<
typename remove_cv<typename remove_reference<X_>::type>::type>::value

Definition at line 131 of file ShPtrFixes.hpp.

Referenced by CellMLToNektar.validator.ValidatorError::__str__(), and CellMLToNektar.optimize.ExpressionMatcher.N::match().