![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Strict weak ordering 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 the right value. | |
Strict weak ordering functor using operator<.
| T | Value type. |
|
inlineconstexpr |
Compares whether the left value is smaller than the right value.
| lhs | Left operand. |
| rhs | Right operand. |