[#BloombergLP-bslstl-Variant_DataImp] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Variant_DataImp :relfileprefix: ../../ :mrdocs: This component‐private class manages an object of type (template parameter) `t_TYPE` that is stored in a `variant` object. Note that `t_TYPE` may be const‐qualified, in which case the internally stored object is not `const`, but the interface of this class prevents modification thereof. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> class Variant_DataImp; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_DataImp/2constructor-0e.adoc[`Variant_DataImp`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bslstl/Variant_DataImp/value-07.adoc[`value`] | `value` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#