EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
entt::type_list_cat< type_list< Type... >, type_list< Other... >, List... > Struct Template Reference

Concatenates multiple type lists. More...

#include <type_traits.hpp>

Public Types

using type = typename type_list_cat< type_list< Type..., Other... >, List... >::type
 A type list composed by the types of all the type lists.
 

Detailed Description

template<typename... Type, typename... Other, typename... List>
struct entt::type_list_cat< type_list< Type... >, type_list< Other... >, List... >

Concatenates multiple type lists.

Template Parameters
TypeTypes provided by the first type list.
OtherTypes provided by the second type list.
ListOther type lists, if any.

Definition at line 231 of file type_traits.hpp.

Member Typedef Documentation

◆ type

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

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

Definition at line 233 of file type_traits.hpp.


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