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

Method RemoveValue

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

Source from the content-addressed store, hash-verified

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
44 void Swap(BidirectionalMap & other)
45 {

Callers 2

ProcessTasksMethod · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64