Home
last modified time | relevance | path

Searched defs:is_resizeable_sfinae (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dis_resizeable.hpp43 struct is_resizeable_sfinae : boost::false_type {}; struct
61 struct is_resizeable_sfinae< struct
65 …ypedef typename boost::mpl::find_if< FusionSequence , is_resizeable< boost::mpl::_1 > >::type iter;
66 typedef typename boost::mpl::end< FusionSequence >::type last;
68 …boost::mpl::if_< boost::is_same< iter , last > , boost::false_type , boost::true_type >::type type;
69 const static bool value = type::value;
Dmulti_array_adaption.hpp70 struct is_resizeable_sfinae< T , typename boost::enable_if< typename is_resizeable_multi_array< T >… struct
72 typedef boost::true_type type;
73 const static bool value = type::value;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/eigen/
Deigen_resize.hpp38 struct is_resizeable_sfinae< Derived , struct
41 typedef boost::true_type type;
42 const static bool value = type::value;
47 struct is_resizeable_sfinae< Derived , struct
50 typedef boost::true_type type;
51 const static bool value = type::value;