Support Class Library
A set of tools providing classes and utility
|
EqualityComparableWith concept, a type T is equality comparable with another type U if it defines an operator== with U. More...
#include "EqualityComparableWith.h"
Public Member Functions | |
constexpr | operator bool () const |
EqualityComparableWith 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 EqualityComparableWith.h.
|
inline |
Definition at line 14 of file EqualityComparableWith.h.