HomeManualTopicsTypesSymbols

std::MANDATORY_PARAMETER

describes a mandatory parameter

Description

This parameter must appear exactly once in the parameter list.

Example

program_parameters! $input_file list MANDATORY_PARAMETER "input" " the input file to use

Topic

Parameters

See also

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