[#BloombergLP-bslstl-Variant_CountType-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_CountType-0d.adoc[Variant_CountType]<t_TYPE, BSLSTL_VARIANT_NOT_A_TYPE> :relfileprefix: ../../ :mrdocs: Specialization for purposes of the sim_cpp11_features.pl script. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:BloombergLP/bslstl/Variant_CountType-0d.adoc[Variant_CountType]<t_TYPE, BSLSTL_VARIANT_NOT_A_TYPE> : xref:bsl/integral_constant-02.adoc[bsl::integral_constant<size_t, 0>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/integral_constant-02.adoc[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 [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_CountType-0c/type.adoc[`type`] | Alias for this `integral_constant` specialization. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_CountType-0c/operator_call.adoc[`operator()`] | Return a copy of the template argument `t_VALUE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#