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