|
Embedded Template Library 1.0
|
#include <compare.h>
Public Types | |
| typedef etl::parameter_type< T >::type | first_argument_type |
| typedef etl::parameter_type< T >::type | second_argument_type |
| typedef bool | result_type |
Static Public Member Functions | |
| static result_type | lt (first_argument_type lhs, second_argument_type rhs) |
| static result_type | gt (first_argument_type lhs, second_argument_type rhs) |
| static result_type | lte (first_argument_type lhs, second_argument_type rhs) |
| static result_type | gte (first_argument_type lhs, second_argument_type rhs) |
Defines <=, >, >= in terms of < Default