[eigen] Wish list ? iterator protocol? |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi, are there any plans to support the iterator protocol directly? E.g. I'd like to write Array<int,256,1> A; ..... sort(A.begin(),A.end()); and in C++0X for(auto i : A ) cout << i << endl; If not, please add this to the wish list. Helmut.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |