Implementation of the Reverse class for the reverse iteration of containers. More...
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::Reverse< T > |
A wrapper class to easily iterate through a container in reverse. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Functions | |
template<typename T > | |
Reverse< T > | ogdf::reverse (T &container) |
Provides iterators for container to make it easily iterable in reverse. | |
Implementation of the Reverse class for the reverse iteration of containers.
Definition in file Reverse.h.