|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Entity/Event.hpp>
Static Public Attributes | |
| template<CEntityEvent E> | |
| static constexpr bool | includes = (std::is_same_v<E, Es> || ...) |
Checks if all Es are valid event types. | |
|
inlinestaticconstexpr |
Checks if all Es are valid event types.
A trait that checks if the event type E is included in the event set
| E | the event type |