Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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/
DChangeLog-20207832 (minmax_result, minmax_element_result): Change into an alias of