Plasma Engine  2.0
Loading...
Searching...
No Matches
plComparisonOperator Struct Reference

An enum that represents the operator of a comparison. More...

#include <Declarations.h>

Inheritance diagram for plComparisonOperator:

Public Types

enum  Enum {
  Equal , NotEqual , Less , LessEqual ,
  Greater , GreaterEqual , Default = Equal
}
 
using StorageType = plUInt8
 

Static Public Member Functions

template<typename T >
static bool Compare (plComparisonOperator::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.
 

Detailed Description

An enum that represents the operator of a comparison.


The documentation for this struct was generated from the following files: