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

Public Types

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

Detailed Description

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

Definition at line 72 of file entity_component_tuple.hpp.

Member Typedef Documentation

◆ type

template<typename... Args>
using flecs::tuple_builder< 5, Args... >::type = tuple_5<Args&...>

Definition at line 73 of file entity_component_tuple.hpp.

◆ type_const

template<typename... Args>
using flecs::tuple_builder< 5, Args... >::type_const = tuple_5<const Args&...>

Definition at line 75 of file entity_component_tuple.hpp.

◆ type_const_ptr

template<typename... Args>
using flecs::tuple_builder< 5, Args... >::type_const_ptr = tuple_5<const Args*...>

Definition at line 76 of file entity_component_tuple.hpp.

◆ type_ptr

template<typename... Args>
using flecs::tuple_builder< 5, Args... >::type_ptr = tuple_5<Args*...>

Definition at line 74 of file entity_component_tuple.hpp.


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