Searched defs:is_resizeable_sfinae (Results 1 – 3 of 3) sorted by relevance
43 struct is_resizeable_sfinae : boost::false_type {}; struct61 struct is_resizeable_sfinae< struct65 …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;
70 struct is_resizeable_sfinae< T , typename boost::enable_if< typename is_resizeable_multi_array< T >… struct72 typedef boost::true_type type;73 const static bool value = type::value;
38 struct is_resizeable_sfinae< Derived , struct41 typedef boost::true_type type;42 const static bool value = type::value;47 struct is_resizeable_sfinae< Derived , struct50 typedef boost::true_type type;51 const static bool value = type::value;