Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Forward a list of elements as a std::array. More...
#include <pack.hpp>
Public Types | |
using | type = T |
The type of elements. |
Static Public Attributes | |
static constexpr std::array< T, N > | array = {elems...} |
Static array holding the elements. | |
static constexpr std::size_t | size = N |
Number of elements. |
Forward a list of elements as a std::array.
T | Type of the elements. |
N | Number of elements. |
elems | Non-type template parameter pack of elements. |