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