[#BloombergLP-bdlb-Variant13-the] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Variant13.adoc[Variant13]::the :relfileprefix: ../../../ :mrdocs: `the` overloads == Synopses Declared in `<bdlb_variant.h>` Return a modifiable reference to the held `TYPE` value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> TYPE& xref:BloombergLP/bdlb/VariantImp/the-0e.adoc[the](); ---- [.small]#xref:BloombergLP/bdlb/VariantImp/the-0e.adoc[_» more..._]# Return a non‐modifiable reference to the held `TYPE` value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> TYPE const& xref:BloombergLP/bdlb/VariantImp/the-0a.adoc[the]() const; ---- [.small]#xref:BloombergLP/bdlb/VariantImp/the-0a.adoc[_» more..._]# == Return Value * modifiable reference to the held `TYPE` value * non‐modifiable reference to the held `TYPE` value [.small]#Created with https://www.mrdocs.com[MrDocs]#