
Hi all -
<br>
<br>My basic need is to step through a portion of my multiarray at runtime. &nbsp;I don't know the dimension apriori, since the class I'm writing is templatized on dimension. &nbsp;This means that the multiarray can serve my other purposes just fine, since the dimesion is compile time constant, but I don't know the number of [] and the nesting of loops I'll need to iterate through the valid indices in my range min to max in my multiarray.
<br>
<br>Essentially, if I could specify a view of my multiarray, likely it shouldn't be too hard to iterate through the elements of that sub-multiarray, even without knowing the dimension at coding time.
<br>
<br>Anyone know of a way to get a view without knowing the dimensions at coding time?
<br>
<br>Thanks,
<br>&nbsp; Brian
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/view-of-multiarray-without-knowledge-of-dimension-t1050313.html#a2730543">view of multiarray without knowledge of dimension</a><br>
Sent from the <a href="http://www.nabble.com/Boost---Users-f14206.html">Boost - Users</a> forum at Nabble.com.

