|
fsm
|
A class to use to push around lists of constant values, nothing more. More...
#include <type_traits.h>
Public Types | |
| using | type = value_list |
| Value list type. | |
Static Public Attributes | |
| static constexpr auto | size = sizeof...(Value) |
| Compile-time number of elements in the value list. | |
A class to use to push around lists of constant values, nothing more.
| Value | Values provided by the value list. |
1.8.13