Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algobase.h593 template<typename _Tp, output_range<const _Tp&> _Range> in _GLIBCXX_VISIBILITY()
H A Drange_access.h914 concept output_range in _GLIBCXX_VISIBILITY() local
H A Dranges_algo.h1198 requires invocable<_Fp&> && output_range<_Range, invoke_result_t<_Fp&>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algobase.h588 template<typename _Tp, output_range<const _Tp&> _Range> in _GLIBCXX_VISIBILITY()
H A Dranges_base.h656 concept output_range in _GLIBCXX_VISIBILITY() local
H A Dranges_algo.h988 requires invocable<_Fp&> && output_range<_Range, invoke_result_t<_Fp&>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019292 (output_range, input_range, forward_range, bidirectional_range)
833 (ranges::output_range, ranges::input_ranges, ranges::forward_range)
H A DChangeLog-20215090 of range_value_t on an output_range.