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