BloombergLP::balcl::CommandLineOptionsHandle::name

Return the name of the option at the specified index.

Synopsis

Declared in <balcl_commandline.h>

char const*
name(std::size_t index) const;

Description

The behavior is undefined unless index < numOptions().

Return Value

name of the option at index

Parameters

NameDescription
indexzero-based option position