Iterator to access the values of a std::unordered_map. More...
#include <ogdf/graphalg/matching_blossom/utils.h>
Inheritance diagram for ogdf::matching_blossom::MapValueIterator< Key, Value >:Public Member Functions | |
| MapValueIterator () | |
| MapValueIterator (MapIterator it_) | |
| Value | operator* () |
| Value * | operator-> () |
Private Types | |
| using | MapIterator = typename std::unordered_map< Key, Value >::iterator |
Iterator to access the values of a std::unordered_map.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |