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