MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / operator()

Function operator()

include/behaviortree_cpp/contrib/json.hpp:24506–24509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24504struct hash<nlohmann::NLOHMANN_BASIC_JSON_TPL> // NOLINT(cert-dcl58-cpp)
24505{
24506 std::size_t operator()(const nlohmann::NLOHMANN_BASIC_JSON_TPL& j) const
24507 {
24508 return nlohmann::detail::hash(j);
24509 }
24510};
24511
24512// specialization for std::less<value_t>

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected