12 template <
class T,
class =
void>
17 META::is_convertible<T, bool>()
18 && META::is_default_constructible<T>()
19 >> : std::true_type{};
Global namespace of the SCL.
constexpr bool is_concept()
Determine whether or not a given type is a concept-like type.