|
|
static ETL_CONSTEXPR bool | lt (first_argument_type lhs, second_argument_type rhs) |
|
static ETL_CONSTEXPR bool | gt (first_argument_type lhs, second_argument_type rhs) |
|
static ETL_CONSTEXPR bool | lte (first_argument_type lhs, second_argument_type rhs) |
|
static ETL_CONSTEXPR bool | gte (first_argument_type lhs, second_argument_type rhs) |
|
static ETL_CONSTEXPR bool | eq (first_argument_type lhs, second_argument_type rhs) |
|
static ETL_CONSTEXPR bool | ne (first_argument_type lhs, second_argument_type rhs) |
|
static ETL_CONSTEXPR cmp_result | cmp (first_argument_type lhs, second_argument_type rhs) |
template<typename T, typename TLess = etl::less<T>>
struct etl::compare< T, TLess >
Defines <=, >, >=, ==, !=, <=> in terms of < Default implementation of TLess is etl::less