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

#include <CeresEngine/Entity/Action.hpp>

Static Public Attributes

template<CEntityAction A>
static constexpr bool includes = (std::is_same_v<A, As> || ...)
 Checks if all As are valid action types.
 

Member Data Documentation

◆ includes

template<CEntityAction... As>
template<CEntityAction A>
constexpr bool CeresEngine::EntityActionSet< As >::includes = (std::is_same_v<A, As> || ...)
inlinestaticconstexpr

Checks if all As are valid action types.

A trait that checks if the action type A is included in the action set

Template Parameters
Athe action type

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