Home
last modified time | relevance | path

Searched refs:is_random_access (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/poly_collection/test/
Dtest_iterators.cpp32 using is_random_access=std::is_base_of< typedef
53 static_assert(is_random_access<local_iterator>::value, in test_iterators()
55 static_assert(is_random_access<const_local_iterator>::value, in test_iterators()
182 static_assert(is_random_access<local_base_iterator>::value, in test_iterators()
184 static_assert(is_random_access<const_local_base_iterator>::value, in test_iterators()
/third_party/boost/boost/fusion/algorithm/query/detail/
Dfind_if.hpp181 , traits::is_random_access<First>::value
212 static typename boost::disable_if<traits::is_random_access<Iterator>, type>::type
220 static typename boost::enable_if<traits::is_random_access<Iterator>, type>::type
/third_party/boost/boost/graph/
Dadjacency_list.hpp184 template < class Directed > struct is_random_access struct
192 template <> struct is_random_access< vecS > struct
219 typename detail::is_random_access< VertexListS >::type is_rand_access;
/third_party/boost/boost/fusion/iterator/
Diterator_facade.hpp48 BOOST_MPL_ASSERT_NOT((traits::is_random_access<Iterator>));
Dadvance.hpp43 BOOST_MPL_ASSERT_NOT((traits::is_random_access<Iterator>));
/third_party/boost/boost/fusion/support/
Dcategory_of.hpp109 struct is_random_access struct
/third_party/boost/libs/fusion/example/extension/
Dtest_example.cpp25 BOOST_MPL_ASSERT((traits::is_random_access<example::example_struct>)); in main()
/third_party/boost/boost/fusion/functional/invocation/
Dinvoke_procedure.hpp50 bool RandomAccess = traits::is_random_access<Sequence>::value
Dinvoke_function_object.hpp41 bool RandomAccess = traits::is_random_access<Sequence>::value,
Dinvoke.hpp64 bool RandomAccess = traits::is_random_access<Sequence>::value,
/third_party/boost/libs/fusion/test/sequence/
Dmap.cpp67 BOOST_MPL_ASSERT((traits::is_random_access<map_type>)); in main()
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp2299 typedef typename detail::is_random_access< VertexListS >::type
2356 typename detail::is_random_access< EdgeListS >::type is_edge_ra;