With using this generic iterator writing iterators for containers with operator[] is only a matter of seconds
#include <dune/common/iteratorfacades.hh>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
struct | Dune::const_reference< R > |
get the 'const' version of a reference to amutable object More... | |
struct | Dune::mutable_reference< R > |
get the 'mutable' version of a reference to a const object More... | |
class | Dune::GenericIterator< C, T, R, D, IteratorFacade > |
Generic class for stl conformant iterators for container classes with operator[]. More... |