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

Tuple builder specialization for 7 elements. More...

#include <entity_component_tuple.hpp>

Public Types

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

Detailed Description

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

Tuple builder specialization for 7 elements.

Definition at line 128 of file entity_component_tuple.hpp.

Member Typedef Documentation

◆ type

template<typename... Args>
using flecs::tuple_builder< 7, Args... >::type = tuple_7<Args&...>

Reference tuple type.

Definition at line 129 of file entity_component_tuple.hpp.

◆ type_const

template<typename... Args>
using flecs::tuple_builder< 7, Args... >::type_const = tuple_7<const Args&...>

Const reference tuple type.

Definition at line 131 of file entity_component_tuple.hpp.

◆ type_const_ptr

template<typename... Args>
using flecs::tuple_builder< 7, Args... >::type_const_ptr = tuple_7<const Args*...>

Const pointer tuple type.

Definition at line 132 of file entity_component_tuple.hpp.

◆ type_ptr

template<typename... Args>
using flecs::tuple_builder< 7, Args... >::type_ptr = tuple_7<Args*...>

Pointer tuple type.

Definition at line 130 of file entity_component_tuple.hpp.


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