SetMin
Description
Sets the minimum T object pointer.
Prototype
void SetMin(T *min)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
min |
Input |
Minimum T object pointer. |
Returns
None
Restrictions
None
Example
Range<int> range; int min = -1; range.SetMin(&min);
Parent topic: Range