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