EnTT 3.15.0
Loading...
Searching...
No Matches
entt::type_list_cat< type_list< Type... > > Struct Template Reference

Concatenates multiple type lists. More...

#include <type_traits.hpp>

Public Types

using type = type_list<Type...>
 A type list composed by the types of all the type lists.
 

Detailed Description

template<typename... Type>
struct entt::type_list_cat< type_list< Type... > >

Concatenates multiple type lists.

Template Parameters
TypeTypes provided by the type list.

Definition at line 242 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<typename... Type>
using entt::type_list_cat< type_list< Type... > >::type = type_list<Type...>

A type list composed by the types of all the type lists.

Definition at line 244 of file type_traits.hpp.


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