Function
setRequired
Sets whether or not the option is mandatory.
Sets whether or not the option defined by the parameter name (which can be
either the short or the long name) is mandatory.
Include Headers
seqan/arg_parse.h
Parameters
The ArgParseOption object. Types: ArgParseOption | |
The new required value of the option. The new required value of the option. Default is true. Types: bool, bool | |
The ArgumentParser object. Types: ArgumentParser | |
The identifier of the command line option. |
Member of
SeqAn - Sequence Analysis Library - www.seqan.de