Specialization for purposes of the sim_cpp11_features.pl script.
Declared in <bslstl_variant.h>
template<class t_TYPE>
struct Variant_CountCVType<t_TYPE, BSLSTL_VARIANT_NOT_A_TYPE>
: bsl::integral_constant<size_t, 0>
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
type | Alias for this integral_constant specialization. |
| Name | Description |
|---|---|
operator() | Return a copy of the template argument t_VALUE. |