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