| 16238 | return ptr.get_checked(this); |
| 16239 | } |
| 16240 | JSON_INTERNAL_CATCH (out_of_range&) |
| 16241 | { |
| 16242 | return default_value; |
| 16243 | } |
| 16244 | } |
| 16245 | |
| 16246 | JSON_THROW(type_error::create(306, "cannot use value() with " + std::string(type_name()))); |
nothing calls this directly
no outgoing calls
no test coverage detected