MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / get_to

Function get_to

native/thirdpart/json/json.hpp:17283–17289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17281 detail::enable_if_t <
17282 detail::has_from_json<basic_json_t, Array>::value, int > = 0 >
17283 Array get_to(T (&v)[N]) const
17284 noexcept(noexcept(JSONSerializer<Array>::from_json(
17285 std::declval<const basic_json_t&>(), v)))
17286 {
17287 JSONSerializer<Array>::from_json(*this, v);
17288 return v;
17289 }
17290
17291
17292 /*!

Callers

nothing calls this directly

Calls 1

from_jsonFunction · 0.85

Tested by

no test coverage detected