EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
entt::value_list_cat< value_list< Value... >, value_list< Other... >, List... > Struct Template Reference

Concatenates multiple value lists. More...

#include <type_traits.hpp>

Public Types

using type = typename value_list_cat< value_list< Value..., Other... >, List... >::type
 A value list composed by the values of all the value lists.
 

Detailed Description

template<auto... Value, auto... Other, typename... List>
struct entt::value_list_cat< value_list< Value... >, value_list< Other... >, List... >

Concatenates multiple value lists.

Template Parameters
ValueValues provided by the first value list.
OtherValues provided by the second value list.
ListOther value lists, if any.

Definition at line 495 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<auto... Value, auto... Other, typename... List>
using entt::value_list_cat< value_list< Value... >, value_list< Other... >, List... >::type = typename value_list_cat<value_list<Value..., Other...>, List...>::type

A value list composed by the values of all the value lists.

Definition at line 497 of file type_traits.hpp.


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