|
CeresEngine 0.2.0
A game development framework
|
A predicate that checks if the given entity has all components in Cs.
More...
#include <CeresEngine/Entity/EntityPredicate.hpp>
Public Member Functions | |
| bool | operator() (const Entity &entity) const noexcept |
| Executes the predicate. | |
A predicate that checks if the given entity has all components in Cs.
| Cs | the component types to be checked for existence |
|
inlinenoexcept |
Executes the predicate.
| entity | The entity to execute the predicate against |
true if the entity has all components in ´Cs,false` otherwise.