Searched refs:minmax_element_result (Results 1 – 3 of 3) sorted by relevance
3433 using minmax_element_result = min_max_result<_Iter>; in _GLIBCXX_VISIBILITY() local3441 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()
3225 using minmax_element_result = min_max_result<_Iter>; in _GLIBCXX_VISIBILITY() local3233 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()
7832 (minmax_result, minmax_element_result): Change into an alias of