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