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

Public Types

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

Detailed Description

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

Definition at line 42 of file entity_component_tuple.hpp.

Member Typedef Documentation

◆ type

template<typename... Args>
using flecs::tuple_builder< 3, Args... >::type = tuple_3<Args&...>

Definition at line 43 of file entity_component_tuple.hpp.

◆ type_const

template<typename... Args>
using flecs::tuple_builder< 3, Args... >::type_const = tuple_3<const Args&...>

Definition at line 45 of file entity_component_tuple.hpp.

◆ type_const_ptr

template<typename... Args>
using flecs::tuple_builder< 3, Args... >::type_const_ptr = tuple_3<const Args*...>

Definition at line 46 of file entity_component_tuple.hpp.

◆ type_ptr

template<typename... Args>
using flecs::tuple_builder< 3, Args... >::type_ptr = tuple_3<Args*...>

Definition at line 44 of file entity_component_tuple.hpp.


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