| 24246 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24247 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len)) |
| 24248 | static basic_json from_ubjson(const T* ptr, std::size_t len, |
| 24249 | const bool strict = true, |
| 24250 | const bool allow_exceptions = true) |
| 24251 | { |
| 24252 | return from_ubjson(ptr, ptr + len, strict, allow_exceptions); |
| 24253 | } |
| 24254 | |
| 24255 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24256 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len)) |
nothing calls this directly
no test coverage detected