BloombergLP::balcl::CommandLineOptionsHandle::type

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

Synopsis

Declared in <balcl_commandline.h>

OptionType::Enum
type(std::size_t index) const;

Description

The behavior is undefined unless index < numOptions().

Return Value

type of the option at index

Parameters

NameDescription
indexzero-based option position