CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::EntityEventSet< Es > Struct Template Reference

#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.
 

Member Data Documentation

◆ includes

template<CEntityEvent... Es>
template<CEntityEvent E>
constexpr bool CeresEngine::EntityEventSet< Es >::includes = (std::is_same_v<E, Es> || ...)
inlinestaticconstexpr

Checks if all Es are valid event types.

A trait that checks if the event type E is included in the event set

Template Parameters
Ethe event type

The documentation for this struct was generated from the following file: