#include <di/container/algorithm/min_max_result.h>
Public Member Functions | |
| template<typename U> requires (concepts::ConvertibleTo<T const&, U>) | |
| constexpr | operator MinMaxResult< U > () const & |
| template<typename U> requires (concepts::ConvertibleTo<T, U>) | |
| constexpr | operator MinMaxResult< U > () && |
Public Attributes | |
| T | min |
| T | max |
|
inlineconstexpr |
|
inlineconstexpr |
| T di::container::MinMaxResult< T >::max |
| T di::container::MinMaxResult< T >::min |