Searched defs:random_access_iter (Results 1 – 1 of 1) sorted by relevance
137 struct random_access_iter : boost::stl_interfaces::iterator_interface< struct142 random_access_iter() {} in random_access_iter() argument143 random_access_iter(ValueType * it) : it_(it) {} in random_access_iter() argument148 random_access_iter(random_access_iter<ValueType2> it) : it_(it.it_) in random_access_iter() argument152 random_access_iter & operator+=(std::ptrdiff_t i) in operator +=() argument167 friend struct random_access_iter; argument