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

Concatenates multiple value lists. More...

#include <type_traits.hpp>

Public Types

using type = value_list< Value... >
 A value list composed by the values of all the value lists.
 

Detailed Description

template<auto... Value>
struct entt::value_list_cat< value_list< Value... > >

Concatenates multiple value lists.

Template Parameters
ValueValues provided by the value list.

Definition at line 505 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<auto... Value>
using entt::value_list_cat< value_list< Value... > >::type = value_list<Value...>

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

Definition at line 507 of file type_traits.hpp.


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