Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_iterators.h96 template <class U> friend class forward_iterator; variable
106 forward_iterator() : it_() {} in forward_iterator() function
107 explicit forward_iterator(It it) : it_(it) {} in forward_iterator() function
109 forward_iterator(const forward_iterator<U>& u) :it_(u.it_) {} in forward_iterator() function