Component-private concept that is satisfied when t_TYPE derives from std::optional.
t_TYPE
std::optional
Declared in <bslstl_optional.h>
<bslstl_optional.h>
template<class t_TYPE> concept Optional_DerivedFromStdOptional = requires (const t_TYPE& t) { optional_acceptsStdOptional(t); };