Main class to generate compile-time array. More...
Main class to generate compile-time array.
A 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 169 of file ct_array.hpp.
#include <ct_array.hpp>
Public Types | |
|
typedef generate_array_impl< T, N-1, N, F >::result | result |