[#BloombergLP-balcl-CommandLineOptionsHandle-value-08] = 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 this handle object's option having the specified `name`. The behavior is undefined unless this handle object has a `name` option (i.e., `0 <= index(name)`). == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/OptionValue.adoc[OptionValue] const& value(std::string_view const& name) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#