MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / combine

Function combine

dependencies/json/json.hpp:4662–4666  ·  view source on GitHub ↗

boost::hash_combine

Source from the content-addressed store, hash-verified

4660
4661// boost::hash_combine
4662inline std::size_t combine(std::size_t seed, std::size_t h) noexcept
4663{
4664 seed ^= h + 0x9e3779b9 + (seed << 6U) + (seed >> 2U);
4665 return seed;
4666}
4667
4668/*!
4669@brief hash a JSON value

Callers 1

hashFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected