Specialization that is true_type for bsl::optional types.
Declared in <bslstl_optional.h>
template<class t_TYPE>
struct Optional_IsBslOptional<bsl::optional<t_TYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |