![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Tuple builder specialization for 8 elements. More...
#include <entity_component_tuple.hpp>
Public Types | |
| using | type = tuple_8<Args&...> |
| Reference tuple type. | |
| using | type_ptr = tuple_8<Args*...> |
| Pointer tuple type. | |
| using | type_const = tuple_8<const Args&...> |
| Const reference tuple type. | |
| using | type_const_ptr = tuple_8<const Args*...> |
| Const pointer tuple type. | |
Tuple builder specialization for 8 elements.
Definition at line 150 of file entity_component_tuple.hpp.
| using flecs::tuple_builder< 8, Args... >::type = tuple_8<Args&...> |
Reference tuple type.
Definition at line 151 of file entity_component_tuple.hpp.
| using flecs::tuple_builder< 8, Args... >::type_const = tuple_8<const Args&...> |
Const reference tuple type.
Definition at line 153 of file entity_component_tuple.hpp.
| using flecs::tuple_builder< 8, Args... >::type_const_ptr = tuple_8<const Args*...> |
Const pointer tuple type.
Definition at line 154 of file entity_component_tuple.hpp.
| using flecs::tuple_builder< 8, Args... >::type_ptr = tuple_8<Args*...> |
Pointer tuple type.
Definition at line 152 of file entity_component_tuple.hpp.