![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Comparison functor using operator<=.
More...
#include <utility.h>
Public Member Functions | |
| constexpr bool | operator() (const T &lhs, const T &rhs) const |
| Compares whether the left value is smaller than or equal to the right value. | |
Comparison functor using operator<=.
| T | Value type. |
|
inlineconstexpr |
Compares whether the left value is smaller than or equal to the right value.
| lhs | Left operand. |
| rhs | Right operand. |