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