MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / from_json_array_impl

Function from_json_array_impl

extern/json.hpp:5048–5051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5046
5047template<typename BasicJsonType>
5048inline void from_json_array_impl(const BasicJsonType& j, typename BasicJsonType::array_t& arr, priority_tag<3> /*unused*/)
5049{
5050 arr = *j.template get_ptr<const typename BasicJsonType::array_t*>();
5051}
5052
5053template<typename BasicJsonType, typename T, std::size_t N>
5054auto from_json_array_impl(const BasicJsonType& j, std::array<T, N>& arr,

Callers 1

from_jsonFunction · 0.85

Calls 6

transformFunction · 0.85
endFunction · 0.70
reserveMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected