
15 Aug
2006
15 Aug
'06
4:21 p.m.
On 8/15/06, Christian Henning <chhenning@gmail.com> wrote:
The template parameter S will only be one of above defined structs. Clearly, I need to loop over S::num_values to create the tuple type. But how do I do that?
What about using a boost::array<int,S::num_values> instead? It's not exactly what you're asking, but it might solve the problem... ~ Scott McMurray