fsm
Public Types | Static Public Attributes | List of all members
mpl::type_list< Type > Struct Template Reference

Alias template to facilitate the creation of named values. More...

#include <type_traits.h>

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 mpl::type_list< Type >

Alias template to facilitate the creation of named values.

Template Parameters
ValueA constant value at least convertible to id_type.

not used for now 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: