MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / ValueType

Function ValueType

Source/Utils/json.hpp:19719–19723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected