Checks if a type can be convertible to bool. More...
Inherits is_constructible< bool, T >.
A Unary concept that checks if a type can be convertible to bool.
Convertibility to bool is helpful if you want to use the code as a predicate or in boolean conditions. The following are situations where ContextualBool would assert are valid:
where X is an instance of type T.
T | Type to check |