Iterator to access the values of a std::unordered_map. More...
#include <ogdf/graphalg/matching_blossom/utils.h>
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 |