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

Public Types

using type = tuple_6<Args&...>
 
using type_ptr = tuple_6<Args*...>
 
using type_const = tuple_6<const Args&...>
 
using type_const_ptr = tuple_6<const Args*...>
 

Detailed Description

template<typename... Args>
struct flecs::tuple_builder< 6, Args... >

Definition at line 87 of file entity_component_tuple.hpp.

Member Typedef Documentation

◆ type

template<typename... Args>
using flecs::tuple_builder< 6, Args... >::type = tuple_6<Args&...>

Definition at line 88 of file entity_component_tuple.hpp.

◆ type_const

template<typename... Args>
using flecs::tuple_builder< 6, Args... >::type_const = tuple_6<const Args&...>

Definition at line 90 of file entity_component_tuple.hpp.

◆ type_const_ptr

template<typename... Args>
using flecs::tuple_builder< 6, Args... >::type_const_ptr = tuple_6<const Args*...>

Definition at line 91 of file entity_component_tuple.hpp.

◆ type_ptr

template<typename... Args>
using flecs::tuple_builder< 6, Args... >::type_ptr = tuple_6<Args*...>

Definition at line 89 of file entity_component_tuple.hpp.


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