![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Functor for sorting terms in a query before compilation. More...
#include <query_common.h>
Public Member Functions | |
| constexpr bool | operator() (const QueryTerm &lhs, const QueryTerm &rhs) const |
| Orders two terms by their canonical lookup representation. | |
Functor for sorting terms in a query before compilation.
|
inlineconstexpr |
Orders two terms by their canonical lookup representation.
| lhs | First term. |
| rhs | Second term. |