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