Home
last modified time | relevance | path

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

/third_party/boost/boost/mpl/aux_/range_c/
Diterator.hpp30 template< typename N > struct r_iter struct
32 typedef aux::r_iter_tag tag;
33 typedef random_access_iterator_tag category;
34 typedef N type;
37 typedef r_iter< typename mpl::next<N>::type > next;
38 typedef r_iter< typename mpl::prior<N>::type > prior;
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp975 LISTITER r_iter; in builtin_match() local