MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / CombineHash

Function CombineHash

src/Hash.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace std
26{
27 size_t CombineHash(size_t H1, size_t H2, size_t H3)
28 {
29 return ((H1 ^ (H2 << 1)) >> 1) ^ (H3 << 1);
30 }
31}

Callers 2

operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected