MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Hash

Method Hash

SampleFramework12/v1.00/MurmurHash.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 uint64 B;
21
22 Hash() : A(0), B(0) {}
23 Hash(uint64 a, uint64 b) : A(a), B(b) {}
24
25 std::wstring ToString() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected