MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / from_bson

Function from_bson

include/behaviortree_cpp/contrib/json.hpp:23889–23894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23887 JSON_HEDLEY_WARN_UNUSED_RESULT
23888 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_bson(ptr, ptr + len))
23889 static basic_json from_bson(const T* ptr, std::size_t len,
23890 const bool strict = true,
23891 const bool allow_exceptions = true)
23892 {
23893 return from_bson(ptr, ptr + len, strict, allow_exceptions);
23894 }
23895
23896 JSON_HEDLEY_WARN_UNUSED_RESULT
23897 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_bson(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