|
emlabcpp
modern opinionated embedded C++ library
|
A structure representing a range defined by a minimum and a maximum value. More...
#include <min_max.h>
Inheritance diagram for emlabcpp::min_max< T >:
Collaboration diagram for emlabcpp::min_max< T >: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[]().