Home
last modified time | relevance | path

Searched refs:forward_range (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dranges1389 template<forward_range _Range>
1470 template<forward_range _Base>
1506 else if constexpr (forward_range<_Vp>)
1565 operator++(int) requires forward_range<_Vp>
1728 requires forward_range<_Base<_Const>>
1770 else if constexpr (forward_range<_Base>)
1828 operator++(int) requires forward_range<_Base>
2710 && forward_range<_Base<_Const>>
2711 && forward_range<range_reference_t<_Base<_Const>>>
2780 && forward_range<_Base>
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dranges_util.h100 requires forward_range<_Derived> in _GLIBCXX_VISIBILITY()
106 requires forward_range<const _Derived> in _GLIBCXX_VISIBILITY()
132 requires forward_range<_Derived> in _GLIBCXX_VISIBILITY()
138 requires forward_range<const _Derived> in _GLIBCXX_VISIBILITY()
144 front() requires forward_range<_Derived> in _GLIBCXX_VISIBILITY()
151 front() const requires forward_range<const _Derived> in _GLIBCXX_VISIBILITY()
635 template<forward_range _Range1, forward_range _Range2, in _GLIBCXX_VISIBILITY()
Dranges_algo.h260 template<input_range _Range1, forward_range _Range2, in _GLIBCXX_VISIBILITY()
416 template<forward_range _Range, typename _Tp, in _GLIBCXX_VISIBILITY()
491 template<forward_range _Range1, forward_range _Range2, in _GLIBCXX_VISIBILITY()
533 template<forward_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
616 template<forward_range _Range1, forward_range _Range2, in _GLIBCXX_VISIBILITY()
1023 template<forward_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
1055 template<forward_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
1174 template<forward_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
1496 template<forward_range _Range> in _GLIBCXX_VISIBILITY()
1529 template<forward_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
[all …]
Dranges_base.h665 concept forward_range in _GLIBCXX_VISIBILITY() local
671 = forward_range<_Tp> && bidirectional_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2019292 (output_range, input_range, forward_range, bidirectional_range)
833 (ranges::output_range, ranges::input_ranges, ranges::forward_range)
DChangeLog-20211469 * include/std/ranges (lazy_split_view::base): Add forward_range