Home
last modified time | relevance | path

Searched refs:replace_copy_result (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h1085 using replace_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
1095 constexpr replace_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
1114 constexpr replace_copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h875 using replace_copy_result = in_out_result<_Iter, _Out>; in _GLIBCXX_VISIBILITY() local
885 constexpr replace_copy_result<_Iter, _Out> in _GLIBCXX_VISIBILITY()
904 constexpr replace_copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20207820 (replace_copy_result, replace_copy_if_result, remove_copy_if_result,