Searched defs:is_multi_array (Results 1 – 1 of 1) sorted by relevance
37 struct is_multi_array struct39 typedef boost::false_type type;40 const static bool value = type::value;53 struct is_multi_array< boost::multi_array< V , Dim , A > > struct55 typedef boost::true_type type;56 const static bool value = type::value;