MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / combine

Function combine

include/behaviortree_cpp/contrib/json.hpp:6004–6008  ·  view source on GitHub ↗

boost::hash_combine

Source from the content-addressed store, hash-verified

6002
6003// boost::hash_combine
6004inline std::size_t combine(std::size_t seed, std::size_t h) noexcept
6005{
6006 seed ^= h + 0x9e3779b9 + (seed << 6U) + (seed >> 2U);
6007 return seed;
6008}
6009
6010/*!
6011@brief hash a JSON value

Callers 1

hashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected