Searched refs:binary_transform_result (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | ranges_algo.h | 942 using binary_transform_result = in_in_out_result<_Iter1, _Iter2, _Out>; in _GLIBCXX_VISIBILITY() local 982 constexpr binary_transform_result<_Iter1, _Iter2, _Out> in _GLIBCXX_VISIBILITY() 1003 constexpr binary_transform_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ranges_algo.h | 732 using binary_transform_result = in_in_out_result<_Iter1, _Iter2, _Out>; in _GLIBCXX_VISIBILITY() local 772 constexpr binary_transform_result<_Iter1, _Iter2, _Out> in _GLIBCXX_VISIBILITY() 793 constexpr binary_transform_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2020 | 7819 (binary_transform_result): Change into an alias of in_in_out_result.
|