Dummy class for scoped iteration of a std::unordered_map. More...
#include <ogdf/graphalg/matching_blossom/utils.h>
Public Member Functions | |
BaseIteratorContainer (std::unordered_map< Key, Value > &map) | |
iterator | begin () |
iterator | end () |
size_t | size () |
Private Types | |
using | iterator = Iterator< Key, Value > |
Private Attributes | |
std::unordered_map< Key, Value > & | m_map |
Dummy class for scoped iteration of a std::unordered_map.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |