Create an OptionInfo with the specified tag, name, and description, with d_typeInfo, d_defaultInfo, and d_environmentVariableName default-constructed.
Declared in <balcl_optioninfo.h>
OptionInfo(
std::string_view tag = "",
std::string_view name = "",
std::string_view description = "");
| Name | Description |
|---|---|
| tag | tags (or "" for non-option argument) |
| name | accessing name |
| description | description used in printing usage |