| 19717 | && detail::is_detected<detail::get_template_function, const basic_json_t&, ValueType>::value |
| 19718 | , int >::type = 0 > |
| 19719 | JSON_EXPLICIT operator ValueType() const |
| 19720 | { |
| 19721 | // delegate the call to get<>() const |
| 19722 | return get<ValueType>(); |
| 19723 | } |
| 19724 | |
| 19725 | /*! |
| 19726 | @return reference to the binary value |
nothing calls this directly
no outgoing calls
no test coverage detected