| 15725 | return ptr.get_checked(this); |
| 15726 | } |
| 15727 | JSON_INTERNAL_CATCH (out_of_range&) |
| 15728 | { |
| 15729 | return default_value; |
| 15730 | } |
| 15731 | } |
| 15732 | |
| 15733 | 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