Folgendes
UM_Wrapper<Key, Value, Hash, Equals>::key_exists(const Key& key) const
{
const Key* pKey = &key;
return data.find(pKey) != data.end();
}
sollte doch funktionieren?
Folgendes
UM_Wrapper<Key, Value, Hash, Equals>::key_exists(const Key& key) const
{
const Key* pKey = &key;
return data.find(pKey) != data.end();
}
sollte doch funktionieren?