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