| 23732 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 23733 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_bson(ptr, ptr + len)) |
| 23734 | static basic_json from_bson(const T* ptr, std::size_t len, |
| 23735 | const bool strict = true, |
| 23736 | const bool allow_exceptions = true) |
| 23737 | { |
| 23738 | return from_bson(ptr, ptr + len, strict, allow_exceptions); |
| 23739 | } |
| 23740 | |
| 23741 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 23742 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_bson(ptr, ptr + len)) |
nothing calls this directly
no test coverage detected