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