Searched defs:forward_iterator (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/test/support/ | ||
H A D | test_iterators.h | 117 template <class U> friend class forward_iterator; global() variable |
/llvm-project/libcxx/include/__iterator/ | ||
H A D | concepts.h | 140 concept forward_iterator = global() variable |
/llvm-project/pstl/test/support/ | ||
H A D | utils.h | 323 typedef ForwardIterator<iterator, std::forward_iterator_tag> forward_iterator; typedef |