BloombergLP::bslstl::Variant_IsTag<bsl::in_place_index_t<t_INDEX>>

This partial specialization derives from bsl::true_type for any specialization of the bsl::in_place_index_t tag type.

Synopsis

Declared in <bslstl_variant.h>

template<size_t t_INDEX>
struct Variant_IsTag<bsl::in_place_index_t<t_INDEX>>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.