| 24330 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24331 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len)) |
| 24332 | static basic_json from_ubjson(const T* ptr, std::size_t len, |
| 24333 | const bool strict = true, |
| 24334 | const bool allow_exceptions = true) |
| 24335 | { |
| 24336 | return from_ubjson(ptr, ptr + len, strict, allow_exceptions); |
| 24337 | } |
| 24338 | |
| 24339 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24340 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len)) |
nothing calls this directly
no test coverage detected