Utilities for wrapping Iterators as long as we have no std::ranges. TODO should be moved to a central location and discarded once we have C++20. More...
#include <iosfwd>
#include <iterator>
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::Range< IT > |
Simple before-C++20 version for std::ranges::ref_view. More... | |
class | ogdf::ZipIterator< IT1, IT2 > |
Simple before-C++20 version for std::ranges::zip_view. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Utilities for wrapping Iterators as long as we have no std::ranges. TODO should be moved to a central location and discarded once we have C++20.
Definition in file Iterators.h.