MCPcopy Create free account
hub / github.com/comaps/comaps / RemoveKey

Method RemoveKey

libs/base/bidirectional_map.hpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool RemoveKey(K const & k) { return Remove(k, m_kToV, m_vToK); }
41
42 bool RemoveValue(V const & v) { return Remove(v, m_vToK, m_kToV); }
43

Callers 2

CancelMethod · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64