| 24360 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24361 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_bson(ptr, ptr + len)) |
| 24362 | static basic_json from_bson(const T* ptr, std::size_t len, |
| 24363 | const bool strict = true, |
| 24364 | const bool allow_exceptions = true) |
| 24365 | { |
| 24366 | return from_bson(ptr, ptr + len, strict, allow_exceptions); |
| 24367 | } |
| 24368 | |
| 24369 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24370 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_bson(ptr, ptr + len)) |
nothing calls this directly
no test coverage detected