Generic range structure.
More...
#include <Range.h>
|
|
using | ComponentType = T |
| | Type of the range components.
|
| |
|
| static void | validate (const Range< T > &range) |
| | Validates the range.
|
| |
|
|
T | min |
| | Minimum value of the range.
|
| |
|
T | max |
| | Maximum value of the range.
|
| |
template<typename T>
struct optris::Range< T >
Generic range structure.
- Template Parameters
-
| T | type of the range components. |
◆ validate()
Validates the range.
- Parameters
-
| [in] | range | range to validate. |
- Exceptions
-
| SDKException | if the range minimum is greater than the maximum. |
The documentation for this struct was generated from the following file: