Hi,

 

Given a size_t N known at compile, what’s the cleanest way to generate

mpl::vector_c<size_t, 0, 1, …., N>

 

what is the fastest way compile-time wise?

 

what is the most mpl algos reusing way?

 

Regards,