Simple-Utility v2.3.1
|
Checks whether the left-hand-side type is unequal to the right-hand-side type. More...
#include <stl_extensions.hpp>
Checks whether the left-hand-side type is unequal to the right-hand-side type.
This is the inverted counterpart of std::same_as
concept.
TLhs | The source type handed over to the target |
TRhs | The target type to check |