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

Method HashMap

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

Source from the content-addressed store, hash-verified

65
66 public:
67 HashMap() : Base() { }
68 explicit HashMap(const Alloc& alloc)
69 : Base(alloc) { }
70};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected