MCPcopy Create free account
hub / github.com/cinit/TMoe / Entry

Method Entry

app/src/main/cpp/utils/HashMap.h:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 class Entry {
17 public:
18 Entry(const K &k, const V &v) : key(k), value(v) {}
19
20 Entry(const Entry &) = delete;
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected