| 20359 | return ptr.get_checked(this).template get<ValueType>(); |
| 20360 | } |
| 20361 | JSON_INTERNAL_CATCH (out_of_range&) |
| 20362 | { |
| 20363 | return default_value; |
| 20364 | } |
| 20365 | } |
| 20366 | |
| 20367 | 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