MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / operator==

Function operator==

Bcore/src/main/cpp/base/safe_map.h:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166template <typename K, typename V, typename Comparator, typename Allocator>
167bool operator==(const SafeMap<K, V, Comparator, Allocator>& lhs,
168 const SafeMap<K, V, Comparator, Allocator>& rhs) {
169 return lhs.Equals(rhs);
170}
171
172template <typename K, typename V, typename Comparator, typename Allocator>
173bool operator!=(const SafeMap<K, V, Comparator, Allocator>& lhs,

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.45

Tested by

no test coverage detected