[#BloombergLP-balcl-OptionInfo-2constructor-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo]::OptionInfo :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- OptionInfo( std::string_view tag, std::string_view name, std::string_view description, xref:BloombergLP/balcl/TypeInfo.adoc[TypeInfo] const& typeInfo); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#