Range-v3
Range algorithms, views, and actions for the Standard Library
minmax.hpp File Reference

Typedefs

template<typename T >
using ranges::minmax_result = detail::min_max_result< T, T >
 

Functions

template<typename T , typename C = less, typename P = identity>
CPP_TEMPLATE_AUX_0 ranges::c (requires indirect_strict_weak_order< C, projected< T const *, P >>) ccconstexpr T const &max(T const &a
 function template max More...