type overloads
Declared in <balcl_commandline.h>
Return the type of the option at the specified index in this handle object.
OptionType::Enum
type(std::size_t index) const;
» more...
Return the type of the option having the specified name.
OptionType::Enum
type(std::string_view const& name) const;
» more...
index| Name | Description |
|---|---|
| index | zero-based option position |
| name | option name to look up |