Simple-Utility v2.3.1
|
Checks whether the given type is comparable via operator == and !=. More...
#include <stl_extensions.hpp>
Checks whether the given type is comparable via operator == and !=.
This is a less restrictive version of the std::equality_comparable
function.
T | The type to check. |