An enum that represents the operator of a comparison.
More...
#include <Declarations.h>
|
enum | Enum : StorageType {
Equal
, NotEqual
, Less
, LessEqual
,
Greater
, GreaterEqual
, Default = Equal
} |
|
using | StorageType = xiiUInt8 |
|
|
template<typename T> |
static bool | Compare (xiiComparisonOperator::Enum cmp, const T &a, const T &b) |
| Compares a to b with the given operator. This function only needs the == and < operator for T.
|
|
An enum that represents the operator of a comparison.
The documentation for this struct was generated from the following files:
- /home/runner/work/XII/XII/Source/Engine/Foundation/Math/Declarations.h
- /home/runner/work/XII/XII/Source/Engine/Foundation/Math/Implementation/AllClasses_inl.h