Support Class Library
A set of tools providing classes and utility
|
LessThanComparable concept, a type T is less than comparable if it defines an operator< with itself. More...
#include "LessThanComparable.h"
Public Member Functions | |
constexpr | operator bool () const |
LessThanComparable concept, a type T is less than comparable if it defines an operator< with itself.
T | the type to check against |
Definition at line 12 of file LessThanComparable.h.
|
inline |
Definition at line 13 of file LessThanComparable.h.