This partial specialization derives from bsl::true_type for any specialization of the bsl::in_place_type_t tag type.
Declared in <bslstl_variant.h>
template<class t_TYPE>
struct Variant_IsTag<bsl::in_place_type_t<t_TYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |