[#BloombergLP-bslstl-Variant_DataImp-value-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_DataImp.adoc[Variant_DataImp]::value :relfileprefix: ../../../ :mrdocs: Return an rvalue reference to the stored `t_TYPE` object. The behavior is undefined unless this object contains a `t_TYPE` object (i.e., this object is currently managing the active alternative of a `bsl::variant` object). == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr t_TYPE&& value() &&; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#