Create an OptionInfo with the specified tag, name, and description, with d_typeInfo, d_defaultInfo, and d_environmentVariableName default‐constructed.
Synopsis
Declared in <balcl_optioninfo.h>
OptionInfo(
std::string_view tag = "",
std::string_view name = "",
std::string_view description = "");
Created with MrDocs