#include <comparison.hpp>
Classes | |
struct | ByValue |
struct | ConstRef |
Public Types | |
enum | { Result = sizeof(test<This, Rhs>(UAVCAN_NULLPTR)) } |
Static Public Member Functions | |
template<typename U , typename R > | |
static NotApplicable | test (...) |
template<typename U , typename R > | |
static Applicable | test (ByValue< U, R, &U::isClose > *) |
template<typename U , typename R > | |
static Applicable | test (ConstRef< U, R, &U::isClose > *) |
Definition at line 70 of file comparison.hpp.
anonymous enum |
Enumerator | |
---|---|
Result |
Definition at line 80 of file comparison.hpp.
|
static |
|
static |
|
static |