Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::tuple_builder< size, Args > Struct Template Reference

Builds tuple types for a given number of component types. More...

#include <entity_component_tuple.hpp>

Detailed Description

template<std::size_t size, typename... Args>
struct flecs::tuple_builder< size, Args >

Builds tuple types for a given number of component types.

Template Parameters
sizeThe number of components.
ArgsThe component types.

Definition at line 22 of file entity_component_tuple.hpp.


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