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