MCPcopy Create free account
hub / github.com/apache/brpc / operator()

Method operator()

test/flat_map_unittest.cpp:838–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836template <typename T>
837struct PointerHasher {
838 size_t operator()(const T* p) const
839 { return fmix64(reinterpret_cast<uint64_t>(p)); }
840};
841
842template <typename T>

Callers

nothing calls this directly

Calls 1

fmix64Function · 0.85

Tested by

no test coverage detected