MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / SafeMap

Method SafeMap

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

Source from the content-addressed store, hash-verified

44 typedef typename ::std::map<K, V, Comparator, Allocator>::value_type value_type;
45
46 SafeMap() = default;
47 SafeMap(const SafeMap&) = default;
48 SafeMap(SafeMap&&) = default;
49 explicit SafeMap(const key_compare& cmp, const allocator_type& allocator = allocator_type())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected