Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dranges_algo.h86 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
114 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
142 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
191 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
260 template<input_range _Range1, forward_range _Range2, in _GLIBCXX_VISIBILITY()
296 template<input_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
326 template<input_range _Range, in _GLIBCXX_VISIBILITY()
656 template<input_range _Range, weakly_incrementable _Out, in _GLIBCXX_VISIBILITY()
691 template<input_range _Range1, input_range _Range2> in _GLIBCXX_VISIBILITY()
751 template<input_range _Range, weakly_incrementable _Out, in _GLIBCXX_VISIBILITY()
[all …]
Dranges_util.h454 template<input_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
483 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
511 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
571 template<input_range _Range1, input_range _Range2, in _GLIBCXX_VISIBILITY()
Dranges_algobase.h143 template<input_range _Range1, input_range _Range2, in _GLIBCXX_VISIBILITY()
309 template<input_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
334 template<input_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
Dranges_uninitialized.h291 template<input_range _IRange, __detail::__nothrow_forward_range _ORange> in _GLIBCXX_VISIBILITY()
381 template<input_range _IRange, __detail::__nothrow_forward_range _ORange> in _GLIBCXX_VISIBILITY()
Dranges_base.h661 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY() local
666 = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dranges1490 template<input_range _Vp,
1712 template<input_range _Vp, copy_constructible _Fp>
2324 requires input_range<_Vp> && is_object_v<_Pred>
2598 requires input_range<_Vp> && is_object_v<_Pred>
2684 template<input_range _Vp>
2685 requires view<_Vp> && input_range<range_reference_t<_Vp>>
2983 requires input_range<const _Vp>
3003 requires input_range<const _Vp>
3088 template<input_range _Vp, forward_range _Pattern>
3409 template<input_range _Range>
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2019292 (output_range, input_range, forward_range, bidirectional_range)
DChangeLog-20206994 a non-forward input_range.