[#BloombergLP-bslstl-Variant_DataImp-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_DataImp.adoc[Variant_DataImp]::Variant_DataImp :relfileprefix: ../../../ :mrdocs: Create a `Variant_DataImp` object whose stored `t_TYPE` object is constructed by forwarding the specified `args` to `ConstructionUtil::construct` directly. This means the first argument in `args` must be a pointer to `bslma::Allocator`, which will be ignored if `t_TYPE` is not allocator‐aware. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... t_ARGS> Variant_DataImp(t_ARGS&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#