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 171 of file ct_array.hpp.
#include <ct_array.hpp>
Public Types | |
typedef generate_array_impl< T, N-1, N, F >::result | result |
typedef generate_array_impl<T,N-1,N,F>::result generate_array< T, N, F >::result |
Definition at line 172 of file ct_array.hpp.