Home
last modified time | relevance | path

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 Dranges_algo.h942 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 Dranges_algo.h732 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 DChangeLog-20207819 (binary_transform_result): Change into an alias of in_in_out_result.