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; member388 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member540 static constexpr bool is_random_access_iterator = member609 static constexpr bool is_random_access_iterator = member721 static constexpr bool is_random_access_iterator = true; member785 static constexpr bool is_random_access_iterator = true; member814 static constexpr bool is_random_access_iterator = true; member
79 static constexpr bool is_random_access_iterator = true; member352 static constexpr bool is_random_access_iterator = true; member
40 static constexpr bool is_random_access_iterator = true; member
856 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member