[multi_array] how to use iterators ?
Hello everybody,
i'm trying to use boost::multi_array objects with functions of the <algorithm> stl lib. That's why i need to use the iterators of the multi_arrays. But i don't understand the doc about them, and i can't find any example of source code that use them.
Could anyone here show me an example of use, or explain me a little bit how they work?
Thank you.