Home
last modified time | relevance | path

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

/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/algorithm/
H A Dunique_copy.hpp40 using unique_copy_result = detail::in_out_result<I, O>; typedef
46 unique_copy_result<I, O> unique_copy_impl(I first, S last, O out, C pred, P proj, in unique_copy_impl()
73 unique_copy_result<I, O> unique_copy_impl(I first, S last, O out, C pred, P proj, in unique_copy_impl()
97 unique_copy_result<I, O> unique_copy_impl(I first, S last, O out, C pred, P proj, in unique_copy_impl()
136 unique_copy_result<I, O> RANGES_FUNC(unique_copy)( in RANGES_FUNC_BEGIN()
156 unique_copy_result<borrowed_iterator_t<Rng>, O> //
173 using ranges::unique_copy_result;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/algorithm/
H A Dunique_copy.hpp40 using unique_copy_result = detail::in_out_result<I, O>; typedef
46 unique_copy_result<I, O> unique_copy_impl(I first, S last, O out, C pred, P proj, in unique_copy_impl()
73 unique_copy_result<I, O> unique_copy_impl(I first, S last, O out, C pred, P proj, in unique_copy_impl()
97 unique_copy_result<I, O> unique_copy_impl(I first, S last, O out, C pred, P proj, in unique_copy_impl()
136 unique_copy_result<I, O> RANGES_FUNC(unique_copy)( in RANGES_FUNC_BEGIN()
156 unique_copy_result<borrowed_iterator_t<Rng>, O> //
173 using ranges::unique_copy_result;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/algorithm/
H A Dunique_copy.cpp54 …ranges::unique_copy_result<InIter, OutIter> r = ranges::unique_copy(InIter(ia), Sent(ia+sa), OutIt… in test_iter()
147 …ranges::unique_copy_result<InIter, OutIter> r = ranges::unique_copy(::as_lvalue(ranges::make_subra… in test_range()
289 …ranges::unique_copy_result<S const *, S *> r = ranges::unique_copy(ia, ib, ranges::equal_to(), &S:… in main()
/dports/devel/range-v3/range-v3-0.11.0/test/algorithm/
H A Dunique_copy.cpp54 …ranges::unique_copy_result<InIter, OutIter> r = ranges::unique_copy(InIter(ia), Sent(ia+sa), OutIt… in test_iter()
147 …ranges::unique_copy_result<InIter, OutIter> r = ranges::unique_copy(::as_lvalue(ranges::make_subra… in test_range()
289 …ranges::unique_copy_result<S const *, S *> r = ranges::unique_copy(ia, ib, ranges::equal_to(), &S:… in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dranges_algo.h1196 using unique_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1208 constexpr unique_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1266 constexpr unique_copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dranges_algo.h1399 using unique_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY()
1412 constexpr unique_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1472 constexpr unique_copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dranges_algo.h1407 using unique_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1419 constexpr unique_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1477 constexpr unique_copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dranges_algo.h1407 using unique_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1419 constexpr unique_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1477 constexpr unique_copy_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.h1397 using unique_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1410 constexpr unique_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1470 constexpr unique_copy_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.h1407 using unique_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1419 constexpr unique_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1477 constexpr unique_copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dranges_algo.h1406 using unique_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1418 constexpr unique_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1476 constexpr unique_copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/
H A DChangeLog1955 remove_copy_result, unique_copy_result, reverse_copy_result,
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/
H A DChangeLog3616 remove_copy_result, unique_copy_result, reverse_copy_result,
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/
H A DChangeLog4663 remove_copy_result, unique_copy_result, reverse_copy_result,
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/
H A DChangeLog-20207821 remove_copy_result, unique_copy_result, reverse_copy_result,
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/
H A DChangeLog-20207821 remove_copy_result, unique_copy_result, reverse_copy_result,
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/
H A DChangeLog-20207821 remove_copy_result, unique_copy_result, reverse_copy_result,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/
H A DChangeLog-20207821 remove_copy_result, unique_copy_result, reverse_copy_result,