Clementine
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 <entt.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.

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