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