Embedded Template Library 1.0
Loading...
Searching...
No Matches
compare.h File Reference
#include "platform.h"
#include "parameter_type.h"
#include "functional.h"

Go to the source code of this file.

Classes

struct  etl::compare< T, TLess >
 

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename T , typename TLess >
ETL_CONSTEXPR14 int etl::three_way_compare (const T &lhs, const T &rhs)
 Default implementation of TLess is etl::less.