Home
last modified time | relevance | path

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

/third_party/boost/libs/stl_interfaces/test/
Drandom_access.cpp137 struct random_access_iter : boost::stl_interfaces::iterator_interface< struct
142 random_access_iter() {} in random_access_iter() argument
143 random_access_iter(ValueType * it) : it_(it) {} in random_access_iter() argument
148 random_access_iter(random_access_iter<ValueType2> it) : it_(it.it_) in random_access_iter() argument
152 random_access_iter & operator+=(std::ptrdiff_t i) in operator +=() argument
167 friend struct random_access_iter; argument