MCPcopy Create free account
hub / github.com/boostorg/parser / operator()

Method operator()

example/json.hpp:969–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967
968namespace std {
969 size_t hash<json::value>::operator()(argument_type const & v) const noexcept
970 {
971 return json::hash_append(0, v);
972 }
973
974 size_t
975 hash<json::object>::operator()(argument_type const & o) const noexcept

Callers

nothing calls this directly

Calls 1

hash_appendFunction · 0.85

Tested by

no test coverage detected