Home
last modified time | relevance | path

Searched refs:remove_copy_if_result (Results 1 – 18 of 18) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/algorithm/
H A Dremove_copy_if.hpp38 using remove_copy_if_result = detail::in_out_result<I, O>; typedef
48 remove_copy_if_result<I, O> // in RANGES_FUNC_BEGIN()
69 remove_copy_if_result<borrowed_iterator_t<Rng>, O> //
81 using ranges::remove_copy_if_result;
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/algorithm/
H A Dremove_copy_if.hpp38 using remove_copy_if_result = detail::in_out_result<I, O>; typedef
48 remove_copy_if_result<I, O> // in RANGES_FUNC_BEGIN()
69 remove_copy_if_result<borrowed_iterator_t<Rng>, O> //
81 using ranges::remove_copy_if_result;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/algorithm/
H A Dremove_copy_if.cpp42 …ranges::remove_copy_if_result<InIter, OutIter> r = ranges::remove_copy_if(InIter(ia), Sent(ia+sa),… in test_iter()
60 …ranges::remove_copy_if_result<InIter, OutIter> r = ranges::remove_copy_if(::as_lvalue(ranges::make… in test_range()
145 …ranges::remove_copy_if_result<S*, S*> r = ranges::remove_copy_if(ia, ib, [](int i){return i == 2;}… in main()
/dports/devel/range-v3/range-v3-0.11.0/test/algorithm/
H A Dremove_copy_if.cpp42 …ranges::remove_copy_if_result<InIter, OutIter> r = ranges::remove_copy_if(InIter(ia), Sent(ia+sa),… in test_iter()
60 …ranges::remove_copy_if_result<InIter, OutIter> r = ranges::remove_copy_if(::as_lvalue(ranges::make… in test_range()
145 …ranges::remove_copy_if_result<S*, S*> r = ranges::remove_copy_if(ia, ib, [](int i){return i == 2;}… in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dranges_algo.h1071 using remove_copy_if_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1079 constexpr remove_copy_if_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1097 constexpr remove_copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dranges_algo.h1281 using remove_copy_if_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY()
1289 constexpr remove_copy_if_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1307 constexpr remove_copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dranges_algo.h1282 using remove_copy_if_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1290 constexpr remove_copy_if_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1308 constexpr remove_copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dranges_algo.h1282 using remove_copy_if_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1290 constexpr remove_copy_if_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1308 constexpr remove_copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dranges_algo.h1279 using remove_copy_if_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1287 constexpr remove_copy_if_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1305 constexpr remove_copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dranges_algo.h1282 using remove_copy_if_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1290 constexpr remove_copy_if_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1308 constexpr remove_copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dranges_algo.h1281 using remove_copy_if_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1289 constexpr remove_copy_if_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1307 constexpr remove_copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/
H A DChangeLog1954 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/
H A DChangeLog3615 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/
H A DChangeLog4662 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/
H A DChangeLog-20207820 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/
H A DChangeLog-20207820 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/
H A DChangeLog-20207820 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/
H A DChangeLog-20207820 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,