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

Function get_to

Source/Utils/json.hpp:19529–19535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19527 detail::enable_if_t <
19528 detail::has_from_json<basic_json_t, Array>::value, int > = 0 >
19529 Array get_to(T(&v)[N]) const
19530 noexcept(noexcept(JSONSerializer<Array>::from_json(
19531 std::declval<const basic_json_t&>(), v)))
19532 {
19533 JSONSerializer<Array>::from_json(*this, v);
19534 return v;
19535 }
19536
19537
19538 /*!

Callers

nothing calls this directly

Calls 1

from_jsonFunction · 0.85

Tested by

no test coverage detected