|
fennec
|
metaprogramming sequence More...
#include <metasequences.h>
Stores a sequence of values of type ValueT as a template pack. You can access the parameter pack in another template function, i.e.
| ValueT | type of the values |
| Values | sequence values |
Public Types | |
| using | value_type = ValueT |
| type of the metasequence | |
| using | type = metasequence |
| self-referential type | |
Static Public Member Functions | |
| static constexpr size_t | size () noexcept |
| returns the number of elements | |
|
inlinestaticconstexprnoexcept |