MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / from_msgpack

Function from_msgpack

lesson6-Segmentation/json.hpp:24134–24139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24132 JSON_HEDLEY_WARN_UNUSED_RESULT
24133 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len))
24134 static basic_json from_msgpack(const T* ptr, std::size_t len,
24135 const bool strict = true,
24136 const bool allow_exceptions = true)
24137 {
24138 return from_msgpack(ptr, ptr + len, strict, allow_exceptions);
24139 }
24140
24141 JSON_HEDLEY_WARN_UNUSED_RESULT
24142 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len))

Callers

nothing calls this directly

Calls 3

sax_parseMethod · 0.80
basic_jsonFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected