vecs
Fast, flexible ecs in C++ with ergonomic API
Loading...
Searching...
No Matches
vecs::_traits::component_hooks::hook_traits< T, Type > Struct Template Reference

Static Public Attributes

static constexpr bool has_static = has_static_hook<T, Type>::value
 
static constexpr bool has_component
 
static constexpr bool has_instance = has_instance_hook<T, Type>::value
 
static constexpr bool has_any
 

Member Data Documentation

◆ has_any

template<typename T, HookType Type>
bool vecs::_traits::component_hooks::hook_traits< T, Type >::has_any
staticconstexpr
Initial value:
=
has_static || has_component || has_instance

◆ has_component

template<typename T, HookType Type>
bool vecs::_traits::component_hooks::hook_traits< T, Type >::has_component
staticconstexpr

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