Create an OptionInfo with the specified tag, name, description, and typeInfo, with 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,
    TypeInfo const& typeInfo);

Created with MrDocs