emlabcpp
modern opinionated embedded C++ library
|
A structure representing a range defined by a minimum and a maximum value. More...
#include <min_max.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
constexpr T & | min () |
constexpr T const & | min () const |
constexpr T & | max () |
constexpr T const & | max () const |
constexpr | min_max ()=default |
constexpr | min_max (T min, T max) |
A structure representing a range defined by a minimum and a maximum value.
using emlabcpp::min_max< T >::value_type = T |
|
constexprdefault |
|
inlineconstexpr |
References emlabcpp::min_max< T >::max(), and emlabcpp::min_max< T >::min().
|
inlineconstexpr |
References emlabcpp::operator[]().
|
inlineconstexpr |
References emlabcpp::operator[]().
|
inlineconstexpr |
References emlabcpp::operator[]().
|
inlineconstexpr |
References emlabcpp::operator[]().