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

Public Types

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

Detailed Description

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

Definition at line 117 of file entity_component_tuple.hpp.

Member Typedef Documentation

◆ type

template<typename... Args>
using flecs::tuple_builder< 8, Args... >::type = tuple_8<Args&...>

Definition at line 118 of file entity_component_tuple.hpp.

◆ type_const

template<typename... Args>
using flecs::tuple_builder< 8, Args... >::type_const = tuple_8<const Args&...>

Definition at line 120 of file entity_component_tuple.hpp.

◆ type_const_ptr

template<typename... Args>
using flecs::tuple_builder< 8, Args... >::type_const_ptr = tuple_8<const Args*...>

Definition at line 121 of file entity_component_tuple.hpp.

◆ type_ptr

template<typename... Args>
using flecs::tuple_builder< 8, Args... >::type_ptr = tuple_8<Args*...>

Definition at line 119 of file entity_component_tuple.hpp.


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