[#BloombergLP-bslstl-Variant_CorrespondingStdVariant-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Variant_CorrespondingStdVariant :relfileprefix: ../../ :mrdocs: This component‐private metafunction declares a member `type` that is an alias to the `std::variant` type corresponding to `t_TYPE` if one exists, and `void` otherwise. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct Variant_CorrespondingStdVariant; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_CorrespondingStdVariant-02/type.adoc[`type`] | Corresponding `std::variant` type, or `void` if none exists. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bslstl/Variant_CorrespondingStdVariant-05.adoc[`Variant_CorrespondingStdVariant<bsl::variant<t_HEAD, t_TAIL...>>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#