Home
last modified time | relevance | path

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

/third_party/boost/libs/algorithm/test/
Diterator_test.hpp74 class forward_iterator { class
84 BOOST_CXX14_CONSTEXPR forward_iterator() : it_() {} in forward_iterator() function in forward_iterator
85 BOOST_CXX14_CONSTEXPR explicit forward_iterator(It it) : it_(it) {} in forward_iterator() function in forward_iterator
87 BOOST_CXX14_CONSTEXPR forward_iterator(const forward_iterator<U>& u) :it_(u.it_) {} in forward_iterator() function in forward_iterator
/third_party/boost/boost/type_erasure/
Diterator.hpp106 struct forward_iterator : struct
216 struct forward_iterator : struct
/third_party/boost/libs/stl_interfaces/example/
Dnode_iterator.cpp63 BOOST_STL_INTERFACES_STATIC_ASSERT_CONCEPT(node_iterator, std::forward_iterator) in BOOST_STL_INTERFACES_STATIC_ASSERT_CONCEPT()