Simple-Utility v2.3.1
|
Checks whether a symmetrical set of operators == and != to compare both types with each other exists. More...
#include <stl_extensions.hpp>
Checks whether a symmetrical set of operators == and != to compare both types with each other exists.
This is a less restrictive version of the std::equality_comparable_with
function.
T1 | The first type to check |
T2 | The second type to check |