MCPcopy Create free account
hub / github.com/LAStools/LAStools / from_msgpack

Function from_msgpack

src/json.hpp:23755–23760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23753 JSON_HEDLEY_WARN_UNUSED_RESULT
23754 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len))
23755 static basic_json from_msgpack(const T* ptr, std::size_t len,
23756 const bool strict = true,
23757 const bool allow_exceptions = true)
23758 {
23759 return from_msgpack(ptr, ptr + len, strict, allow_exceptions);
23760 }
23761
23762 JSON_HEDLEY_WARN_UNUSED_RESULT
23763 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len))

Callers

nothing calls this directly

Calls 3

basic_jsonFunction · 0.85
sax_parseMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected