MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / ValueType

Function ValueType

include/jwt/json/json.hpp:19720–19724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected