Main class to generate indexes data structure. More...
Main class to generate indexes data structure.
T | is the type of the output array |
N | size of the sequence |
F | Meta function it take two template arguments |
Definition at line 69 of file ct_array.hpp.
#include <ct_array.hpp>
Public Types | |
typedef generate_indexes_impl< T, N-1, N, F >::result | result |
generate compile time array | |
typedef generate_indexes_impl<T,N-1,N,F>::result generate_indexes< T, N, F >::result |
generate compile time array
Definition at line 71 of file ct_array.hpp.