Searched defs:is_random_access_iterator (Results 1 – 6 of 6) sorted by relevance
68 struct is_random_access_iterator struct71 typedef detail::is_random_imp_selector< std::is_pointer<I>::value> selector;72 typedef typename selector::template rebind<I> bound_type;73 typedef typename bound_type::type answer;75 static const bool value = answer::value;
73 struct is_random_access_iterator struct76 typedef detail::is_random_imp_selector< ::boost::is_pointer<I>::value> selector;77 typedef typename selector::template rebind<I> bound_type;78 typedef typename bound_type::type answer;
64 static constexpr bool is_random_access_iterator = false; member378 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member530 static constexpr bool is_random_access_iterator = member599 static constexpr bool is_random_access_iterator = member711 static constexpr bool is_random_access_iterator = true; member775 static constexpr bool is_random_access_iterator = true; member804 static constexpr bool is_random_access_iterator = true; member
77 static constexpr bool is_random_access_iterator = true; member350 static constexpr bool is_random_access_iterator = true; member
40 static constexpr bool is_random_access_iterator = true; member
847 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member