I have a function that returns an N-dimensional array, where N is a
template parameter. Now I want to run a foreach loop through each
element of this array. Is there a known and tested way to do this,
or should I write my own templates to do it?

--
Simen

Reply via email to