Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Cancel
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.64