12 template <
class T,
class U>
14 constexpr
operator bool()
const{
17 decltype(std::declval<T>() != std::declval<U>()),
19 >(),
"InequalityComparableWith<T, U>: There is no operator== that compares a T and a U.");
Global namespace of the SCL.
InequalityComparableWith concept, a type T is equality comparable with another type U if it defines a...