HomeManualTopicsTypesSymbols

std::SOME_PARAMETERS

describes list of zero or more parameters

Description

This parameters may appear zero or more times in the parameter list.

Example

program_parameters! $input_files list SOME_PARAMETERS "input" " the input files to use; if none are specified <stdin> is used

Topic

Parameters

See also

std::MANY_PARAMETERS describes list of one or more parameters
std::MANDATORY_PARAMETER describes a mandatory parameter
std::OPTIONAL_PARAMETER describes an optional parameter
std::VALUED_OPTION describes an option with an associated value
std::MULTI_VALUED_OPTION describes an option with an associated list of values