EnTT 3.14.0
|
A class to use to push around lists of types, nothing more. More...
#include <type_traits.hpp>
Public Types | |
using | type = type_list |
Type list type. | |
Static Public Attributes | |
static constexpr auto | size = sizeof...(Type) |
Compile-time number of elements in the type list. | |
A class to use to push around lists of types, nothing more.
Type | Types provided by the type list. |
Definition at line 110 of file type_traits.hpp.
using entt::type_list< Type >::type = type_list |
Type list type.
Definition at line 112 of file type_traits.hpp.
|
staticconstexpr |
Compile-time number of elements in the type list.
Definition at line 114 of file type_traits.hpp.