| 21641 | return ptr.get_checked(this).template get<ValueType>(); |
| 21642 | } |
| 21643 | JSON_INTERNAL_CATCH (out_of_range&) |
| 21644 | { |
| 21645 | return default_value; |
| 21646 | } |
| 21647 | } |
| 21648 | |
| 21649 | JSON_THROW(type_error::create(306, detail::concat("cannot use value() with ", type_name()), this)); |
nothing calls this directly
no outgoing calls
no test coverage detected