BloombergLP::balcl::CommandLineOptionsHandle::type

type overloads

Synopses

Declared in <balcl_commandline.h>

Return the type of the option at the specified index in this handle object.

OptionType::Enum
type(std::size_t index) const;
» more...

Return the type of the option having the specified name.

OptionType::Enum
type(std::string_view const& name) const;
» more...

Return Value

  • type of the option at index
  • type of the named option

Parameters

NameDescription
indexzero-based option position
nameoption name to look up