Searched refs:input_range (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | ranges_algo.h | 86 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 …]
|
| D | ranges_util.h | 454 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()
|
| D | ranges_algobase.h | 143 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()
|
| D | ranges_uninitialized.h | 291 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()
|
| D | ranges_base.h | 661 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/ |
| D | ranges | 1490 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/ |
| D | ChangeLog-2019 | 292 (output_range, input_range, forward_range, bidirectional_range)
|
| D | ChangeLog-2020 | 6994 a non-forward input_range.
|