![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Equality comparison functor using operator==.
More...
#include <utility.h>
Public Member Functions | |
| constexpr bool | operator() (const T &lhs, const T &rhs) const |
| Compares two values for equality. | |
Equality comparison functor using operator==.
| T | Value type. |
|
inlineconstexpr |
Compares two values for equality.
| lhs | Left operand. |
| rhs | Right operand. |