13 constexpr
operator bool()
const{
16 decltype(std::declval<T>() == std::declval<T>()),
18 >(),
"EqualityComparable<T>: operator== is not/poorly defined for T");
Global namespace of the SCL.
EqualityComparable concept, a type T is equality comparable if it defines an operator== with itself...