[#BloombergLP-balcl-CommandLineOptionsHandle-type-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLineOptionsHandle.adoc[CommandLineOptionsHandle]::type :relfileprefix: ../../../ :mrdocs: `type` overloads == Synopses Declared in `<balcl_commandline.h>` Return the type of the option at the specified `index` in this handle object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/OptionType/Enum.adoc[OptionType::Enum] xref:BloombergLP/balcl/CommandLineOptionsHandle/type-06.adoc[type](std::size_t index) const; ---- [.small]#xref:BloombergLP/balcl/CommandLineOptionsHandle/type-06.adoc[_» more..._]# Return the type of the option having the specified `name`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/OptionType/Enum.adoc[OptionType::Enum] xref:BloombergLP/balcl/CommandLineOptionsHandle/type-0b.adoc[type](std::string_view const& name) const; ---- [.small]#xref:BloombergLP/balcl/CommandLineOptionsHandle/type-0b.adoc[_» more..._]# == Return Value * type of the option at `index` * type of the named option == Parameters [cols="1,4"] |=== | Name| Description | *index* | zero‐based option position | *name* | option name to look up |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#