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