BloombergLP::bslstl::Variant_CountType<t_TYPE, BSLSTL_VARIANT_NOT_A_TYPE>

Specialization for purposes of the sim_cpp11_features.pl script.

Synopsis

Declared in <bslstl_variant.h>

template<class t_TYPE>
struct Variant_CountType<t_TYPE, BSLSTL_VARIANT_NOT_A_TYPE>
    : bsl::integral_constant<size_t, 0>

Base Classes

NameDescription
bsl::integral_constant<size_t, 0>Metafunction representing a compile-time constant of the specified (template parameter) t_TYPE with the specified (template parameter) t_VALUE.

Type Aliases

NameDescription
type Alias for this integral_constant specialization.

Member Functions

NameDescription
operator() Return a copy of the template argument t_VALUE.