Searched refs:is_random_access (Results 1 – 12 of 12) sorted by relevance
32 using is_random_access=std::is_base_of< typedef53 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()
181 , traits::is_random_access<First>::value212 static typename boost::disable_if<traits::is_random_access<Iterator>, type>::type220 static typename boost::enable_if<traits::is_random_access<Iterator>, type>::type
184 template < class Directed > struct is_random_access struct192 template <> struct is_random_access< vecS > struct219 typename detail::is_random_access< VertexListS >::type is_rand_access;
48 BOOST_MPL_ASSERT_NOT((traits::is_random_access<Iterator>));
43 BOOST_MPL_ASSERT_NOT((traits::is_random_access<Iterator>));
109 struct is_random_access struct
25 BOOST_MPL_ASSERT((traits::is_random_access<example::example_struct>)); in main()
50 bool RandomAccess = traits::is_random_access<Sequence>::value
41 bool RandomAccess = traits::is_random_access<Sequence>::value,
64 bool RandomAccess = traits::is_random_access<Sequence>::value,
67 BOOST_MPL_ASSERT((traits::is_random_access<map_type>)); in main()
2299 typedef typename detail::is_random_access< VertexListS >::type2356 typename detail::is_random_access< EdgeListS >::type is_edge_ra;