[#BloombergLP-balcl-CommandLineOptionsHandle-value-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLineOptionsHandle.adoc[CommandLineOptionsHandle]::value :relfileprefix: ../../../ :mrdocs: Return a `const` reference to the value (possibly in a null state) of the option at the specified `index` in this handle object. The behavior is undefined unless `index < numOptions()`. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/OptionValue.adoc[OptionValue] const& value(std::size_t index) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#