This component‐private concept models the Standard's exposition‐only boolean‐testable concept.
Synopsis
Declared in <bdlb_nullablevalue.h>
template<class t_TYPE>
concept NullableValue_ConvertibleToBool = bsl::is_convertible_v<t_TYPE, bool>;
Created with MrDocs