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;

Return the type of the option having the specified name.

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

Return Value

  • type of the option at index

  • type of the named option

Parameters

Name

Description

index

zero‐based option position

name

option name to look up

Created with MrDocs