|
fsm
|
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. | |
Alias template to facilitate the creation of named values.
| Value | A constant value at least convertible to id_type. |
not used for now A class to use to push around lists of types, nothing more.
| Type | Types provided by the type list. |
1.8.13