MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / from_msgpack

Function from_msgpack

extern/json/json.hpp:23639–23644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23637 JSON_HEDLEY_WARN_UNUSED_RESULT
23638 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len))
23639 static basic_json from_msgpack(const T* ptr, std::size_t len,
23640 const bool strict = true,
23641 const bool allow_exceptions = true)
23642 {
23643 return from_msgpack(ptr, ptr + len, strict, allow_exceptions);
23644 }
23645
23646 JSON_HEDLEY_WARN_UNUSED_RESULT
23647 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len))

Callers

nothing calls this directly

Calls 4

moveFunction · 0.85
basic_jsonFunction · 0.85
sax_parseMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected