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

Tuple builder specialization for 8 elements. More...

#include <entity_component_tuple.hpp>

Public Types

using type = tuple_8<Args&...>
 Reference tuple type.
 
using type_ptr = tuple_8<Args*...>
 Pointer tuple type.
 
using type_const = tuple_8<const Args&...>
 Const reference tuple type.
 
using type_const_ptr = tuple_8<const Args*...>
 Const pointer tuple type.
 

Detailed Description

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

Tuple builder specialization for 8 elements.

Definition at line 150 of file entity_component_tuple.hpp.

Member Typedef Documentation

◆ type

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

Reference tuple type.

Definition at line 151 of file entity_component_tuple.hpp.

◆ type_const

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

Const reference tuple type.

Definition at line 153 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*...>

Const pointer tuple type.

Definition at line 154 of file entity_component_tuple.hpp.

◆ type_ptr

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

Pointer tuple type.

Definition at line 152 of file entity_component_tuple.hpp.


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