Component-private concept modeling the exposition-only boolean-testable concept.
boolean-testable
Declared in <bslstl_optional.h>
<bslstl_optional.h>
template<class t_TYPE> concept Optional_ConvertibleToBool = bsl::is_convertible_v<t_TYPE, bool>;