Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dadjacency_list.hpp184 template < class Directed > struct is_random_access struct
187 {
190 typedef mpl::false_ type;
192 template <> struct is_random_access< vecS > struct
195 {
198 typedef mpl::true_ type;
/third_party/boost/boost/fusion/support/
Dcategory_of.hpp109 struct is_random_access struct
/third_party/boost/libs/poly_collection/test/
Dtest_iterators.cpp32 using is_random_access=std::is_base_of< typedef