This component-private concept is used in the subsequent implementation of the component-private concept NullableValue_DerivedFromOptional.
Declared in <bdlb_nullablevalue.h>
template<class t_TYPE>
concept NullableValue_DerivedFromBslOptional = requires (const t_TYPE& t) { optional_acceptsBslOptional(t); };