|
SpECTRE
v2025.08.19
|
Check if type T has operator== defined.
More...
#include <HasEquivalence.hpp>
Check if type T has operator== defined.
Inherits from std::true_type if the type T has operator== defined, otherwise inherits from std::false_type
For any type T,
Returns: std::bool_constant
Semantics: If the type T has operator== defined, then
otherwise
| T | the type we want to know if it has operator== |