Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dempty.h50 { ranges::begin(__t) } -> forward_iterator;
H A Dconcepts.h102 concept forward_range = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>;
H A Dsize.h65 { ranges::begin(__t) } -> forward_iterator;
H A Dsubrange.h178 requires forward_iterator<_Iter> {
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h156 if constexpr (forward_iterator<_Iter>) {
282 using iterator_concept = _If<forward_iterator<_Iter>,
H A Dconcepts.h138 concept forward_iterator = variable
147 forward_iterator<_Ip> &&
H A Dcounted_iterator.h151 requires forward_iterator<_Iter>
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Diterator90 // [iterator.concept.forward], concept forward_iterator
92 concept forward_iterator = see below; // since C++20