MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / Hash

Method Hash

Libraries/Plugin/PluginHash.h:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10struct PluginHashImpl
11{
12 static constexpr unsigned int Hash(const char (&str)[N])
13 {
14 return (PluginHashImpl<N, I - 1>::Hash(str) ^ static_cast<unsigned int>(str[I - 1])) * 16777619u;
15 }
16};
17
18template <unsigned int N>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected