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