EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
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 241 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 243 of file type_traits.hpp.


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