Embedded Template Library 1.0
etl::compare< T, TLess > Struct Template Reference

#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)
 

Detailed Description

template<typename T, typename TLess = etl::less<T>>
struct etl::compare< T, TLess >

Defines <=, >, >= in terms of < Default


The documentation for this struct was generated from the following file: