MCPcopy Create free account
hub / github.com/chenshuo/muduo / operator()

Method operator()

examples/memcached/server/MemcacheServer.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 struct Hash
54 {
55 size_t operator()(const ConstItemPtr& x) const
56 {
57 return x->hash();
58 }
59 };
60
61 struct Equal

Callers

nothing calls this directly

Calls 1

hashMethod · 0.80

Tested by

no test coverage detected