Struct OptionArgumentPair

Struct Documentation

struct OptionArgumentPair

Associate an Option with its parsed arguments.

Public Functions

inline explicit OptionArgumentPair(Option opt)

Construct with an Option spec and an empty set of values.

Public Members

Option option

Reference to existing option.

ArgVector values = {}

Parsed values.