![]() |
• Utility Library | ||||||||||||||||
|
API Links
Developer Links
|
class RangeDefined in:
The C4Types.hRange class template encapsulates a range of values.
Definition
Member Functions
Template Parameters
Data Members
Constructor
Parameters
Description
The Range class template encapsulates a range of values of the type given by the type class template.The default constructor leaves the beginning and end values of the range undefined. If the values x and y are supplied, then they are assigned to the beginning and end of the range, respectively.
Overloaded Operators
|