[#BloombergLP-balcl-OptionValue-the-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/OptionValue.adoc[OptionValue]::the :relfileprefix: ../../../ :mrdocs: Return a reference providing modifiable access to the underlying variant object of this command‐line‐option value object. The behavior is undefined unless `OptionType::e_VOID != type()`, `OptionType::TypeToEnum<TYPE>::value == type()`, and `false == isNull()`. == Synopsis Declared in `<balcl_optionvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> TYPE& the(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#