Main class to generate constexpr compile-time array. More...
Main class to generate constexpr compile-time array.
A constexpr compile time array is for example
T | is the type ot the output array |
N | size of the sequence |
F | Meta function it take two template arguments |
Definition at line 120 of file ct_array.hpp.
#include <ct_array.hpp>
Public Types | |
typedef generate_array_constexpr_impl< T, N-1, N, F >::result | result |
meta-function to generate compile time array | |
typedef generate_array_constexpr_impl<T,N-1,N,F>::result generate_array_constexpr< T, N, F >::result |
meta-function to generate compile time array
Definition at line 122 of file ct_array.hpp.