|
CeresEngine 0.2.0
A game development framework
|
#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. | |
|
inlinestaticconstexpr |
Checks if all As are valid action types.
A trait that checks if the action type A is included in the action set
| A | the action type |