[#BloombergLP-balcl-CommandLineOptionsHandle-name] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLineOptionsHandle.adoc[CommandLineOptionsHandle]::name :relfileprefix: ../../../ :mrdocs: Return the name of the option at the specified `index`. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* name(std::size_t index) const; ---- == Description The behavior is undefined unless `index < numOptions()`. == Return Value name of the option at `index` == Parameters [cols="1,4"] |=== | Name| Description | *index* | zero‐based option position |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#