|
template<typename I , typename S , typename C = less, typename P = identity> |
minmax_element_result< I > | ranges::minmax_element (I first, S last, C pred=C{}, P proj=P{}) |
| function template minmax_element More...
|
|
template<typename Rng , typename C = less, typename P = identity> |
minmax_element_result< borrowed_iterator_t< Rng > > | ranges::minmax_element (Rng &&rng, C pred=C{}, P proj=P{}) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|