MCPcopy Create free account
hub / github.com/boostorg/json / hash_value

Method hash_value

include/boost/json/value.hpp:3170–3176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3168#else
3169 friend
3170 inline
3171 std::size_t
3172 hash_value( value const& jv ) noexcept
3173#endif
3174 {
3175 return detail::hash_value_impl(jv);
3176 }
3177
3178private:
3179 static

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected