MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / staticRandomHash64Iter

Function staticRandomHash64Iter

source/core/StarStaticRandom.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26inline void staticRandomHash64Iter(XXHash64&) {}
27
28template <typename T, typename... TL>
29void staticRandomHash64Iter(XXHash64& hash, T const& v, TL const&... rest) {

Callers 1

staticRandomHash64Function · 0.85

Calls 1

xxHash64PushFunction · 0.85

Tested by

no test coverage detected