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

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.
 

Detailed Description

template<typename... Type>
struct entt::type_list< Type >

A class to use to push around lists of types, nothing more.

Template Parameters
TypeTypes provided by the type list.

Definition at line 110 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<typename... Type>
using entt::type_list< Type >::type = type_list

Type list type.

Definition at line 112 of file type_traits.hpp.

Member Data Documentation

◆ size

template<typename... Type>
constexpr auto entt::type_list< Type >::size = sizeof...(Type)
staticconstexpr

Compile-time number of elements in the type list.

Definition at line 114 of file type_traits.hpp.


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