Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3433 using minmax_element_result = min_max_result<_Iter>; in _GLIBCXX_VISIBILITY() local
3441 constexpr minmax_element_result<_Iter> in _GLIBCXX_VISIBILITY()
3446 minmax_element_result<_Iter> __result = {__first, __first}; in _GLIBCXX_VISIBILITY()
3496 constexpr minmax_element_result<borrowed_iterator_t<_Range>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3225 using minmax_element_result = min_max_result<_Iter>; in _GLIBCXX_VISIBILITY() local
3233 constexpr minmax_element_result<_Iter> in _GLIBCXX_VISIBILITY()
3238 minmax_element_result<_Iter> __result = {__first, __first}; in _GLIBCXX_VISIBILITY()
3288 constexpr minmax_element_result<borrowed_iterator_t<_Range>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20207832 (minmax_result, minmax_element_result): Change into an alias of