I want to learn how to add an one dimensional multi_array to end of another one dimensional multi_array. How would i do that?
|
| |||
|
feedback
|
|
Boost multi-array has (not very well documented) iterators like any other container, so you can use them as normal.
| |||
feedback
|