Searched defs:is_random_access (Results 1 – 3 of 3) sorted by relevance
184 template < class Directed > struct is_random_access struct187 {190 typedef mpl::false_ type;192 template <> struct is_random_access< vecS > struct195 {198 typedef mpl::true_ type;
109 struct is_random_access struct
32 using is_random_access=std::is_base_of< typedef