Function
getArgumentValue
Returns the value of the ArgParseArgument object. If
the ArgParseArgument is a list or can hold multiple values
(numberOfArguments) you can specify which value
you want to get. If not set the first value will be returned.
Retrieves the value of an argument given by its position.
Include Headers
seqan/arg_parse.h
Parameters
The ArgParseArgument object. | |
If the argument is a list, the If the argument is a list, the | |
The variable where the resulting value should be stored. Remarks: The type of | |
The ArgumentParser object. Types: ArgumentParser | |
The index of the argument in the argument list. |
Return Values
The value set at position position .
Member of
SeqAn - Sequence Analysis Library - www.seqan.de