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