A structure that holds two templated values, a min and a max. More...
#include <Module.h>
Public Member Functions | |
| Range (T inMin, T inMax) | |
| Constructor, sets min amd max values. | |
| bool | operator== (const Range &r) const |
| operator == | |
Public Attributes | |
| T | minimum |
| Minimal value. | |
| T | maximum |
| Maximal value. | |
A structure that holds two templated values, a min and a max.