[Iterators] Add IteratorRange helper class
IteratorRange is a cheap, throwaway container to implement support for range-based for loops if the underlying containers doesn't provide standard begin() / end () methods.
dune/common/iteratorrange.hh
0 → 100644
Please register or sign in to comment