| 23989 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 23990 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_cbor(ptr, ptr + len)) |
| 23991 | static basic_json from_cbor(const T* ptr, std::size_t len, |
| 23992 | const bool strict = true, |
| 23993 | const bool allow_exceptions = true, |
| 23994 | const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error) |
| 23995 | { |
| 23996 | return from_cbor(ptr, ptr + len, strict, allow_exceptions, tag_handler); |
| 23997 | } |
| 23998 | |
| 23999 | |
| 24000 | JSON_HEDLEY_WARN_UNUSED_RESULT |
nothing calls this directly
no test coverage detected