Main class to generate an array from a boost::mpl::vector of numbers. More...
Main class to generate an array from a boost::mpl::vector of numbers.
Main class to generate an array from a boost::mpl::vector of numbers
Usage:
boost::mpl::vector<int_<4>,int<4>,......> v
typdef generate_array_vector<size_t,v>::result B;
B is an array or size_t of two element {4,4}
T | type of the output buffer |
F | boost::mpl::vector |
Definition at line 148 of file ct_array.hpp.
#include <ct_array.hpp>
Public Types | |
typedef generate_array_vector_impl< T, boost::mpl::size< F >::value-1, F >::result | result |