MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / get_to

Function get_to

dependencies/json/json.hpp:19613–19619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19611 detail::enable_if_t <
19612 detail::has_from_json<basic_json_t, Array>::value, int > = 0 >
19613 Array get_to(T (&v)[N]) const
19614 noexcept(noexcept(JSONSerializer<Array>::from_json(
19615 std::declval<const basic_json_t&>(), v)))
19616 {
19617 JSONSerializer<Array>::from_json(*this, v);
19618 return v;
19619 }
19620
19621
19622 /*!

Callers

nothing calls this directly

Calls 1

from_jsonFunction · 0.70

Tested by

no test coverage detected