Class that holds two of the same variable for min/max range.
More...
#include <VRange.h>
|
T | A |
| Smallest value in range.
|
|
T | B |
| Largest value in range.
|
|
template<typename T>
class VRange< T >
Class that holds two of the same variable for min/max range.
◆ VRange() [1/2]
- Parameters
-
value | The value to set both ranges to. (Seems almost unnecessary for a range but it saves time setting one value to both manually). |
◆ VRange() [2/2]
- Parameters
-
min | The lowest value in the range. |
max | The highest value in the range. |
◆ operator!=()
- Parameters
-
- Returns
- Returns true if the range doesn't match.
◆ operator==()
- Parameters
-
- Returns
- Returns true if all ranges match.
The documentation for this class was generated from the following file:
- D:/Development/Libs/Vigilante-Game-Framework/VFrame/VRange.h