HomeManualTopicsTypesSymbols

std::OPTIONAL_PARAMETER

describes an optional parameter

Description

This parameter may appear zero or once in the parameter list.

Example

program_parameters! $log_file list OPTIONAL_PARAMETER "log-file" " specify the name of the log file to use

Topic

Parameters

See also

std::MANDATORY_PARAMETER describes a mandatory 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