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 118 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  | |