Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
836
template <typename T>
837
struct PointerHasher {
838
size_t operator()(const T* p) const
839
{ return fmix64(reinterpret_cast<uint64_t>(p)); }
840
};
841
842
template <typename T>
Callers
nothing calls this directly
Calls
1
fmix64
Function · 0.85
Tested by
no test coverage detected