Home
last modified time | relevance | path

Searched defs:range_const_iterator (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Dconst_iterator.hpp40 struct range_const_iterator : range_detail::extract_const_iterator<C> struct
48 struct range_const_iterator< std::pair<Iterator,Iterator> > struct
50 typedef Iterator type;
58 struct range_const_iterator< T[sz] > struct
60 typedef const T* type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
Dstr_types.hpp26 struct range_const_iterator<T*> struct
28 typedef const T* type;