Return the name of the option at the specified index.
Declared in <balcl_commandline.h>
char const*
name(std::size_t index) const;
The behavior is undefined unless index < numOptions().
name of the option at index
| Name | Description |
|---|---|
| index | zero-based option position |