ParamType
Function Usage
Defines the operator parameter type.
Prototype
OpParamDef &ParamType(Option param_type);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
param_type |
Input |
Parameter type. The options are OPTIONAL, REQUIRED, and DYNAMIC. |
Returns
OpParamDef operator definition. For details, see OpParamDef.
Constraints
None
Parent topic: OpParamDef