Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
entity_component_tuple.hpp File Reference

Utilities to fetch component as tuples from entities. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  flecs::tuple_builder< size, Args >
 
struct  flecs::tuple_2< T, U >
 
struct  flecs::tuple_builder< 2, Args... >
 
struct  flecs::tuple_3< T, U, V >
 
struct  flecs::tuple_builder< 3, Args... >
 
struct  flecs::tuple_4< T, U, V, W >
 
struct  flecs::tuple_builder< 4, Args... >
 
struct  flecs::tuple_5< T, U, V, W, X >
 
struct  flecs::tuple_builder< 5, Args... >
 
struct  flecs::tuple_6< T, U, V, W, X, Y >
 
struct  flecs::tuple_builder< 6, Args... >
 
struct  flecs::tuple_7< T, U, V, W, X, Y, Z >
 
struct  flecs::tuple_builder< 7, Args... >
 
struct  flecs::tuple_8< T, U, V, W, X, Y, Z, A >
 
struct  flecs::tuple_builder< 8, Args... >
 

Detailed Description

Utilities to fetch component as tuples from entities.

Definition in file entity_component_tuple.hpp.