MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / from_json_array_impl

Function from_json_array_impl

include/json.hpp:4672–4675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4670
4671template<typename BasicJsonType>
4672inline void from_json_array_impl(const BasicJsonType& j, typename BasicJsonType::array_t& arr, priority_tag<3> /*unused*/)
4673{
4674 arr = *j.template get_ptr<const typename BasicJsonType::array_t*>();
4675}
4676
4677template<typename BasicJsonType, typename T, std::size_t N>
4678auto from_json_array_impl(const BasicJsonType& j, std::array<T, N>& arr,

Callers 1

from_jsonFunction · 0.70

Calls 4

endFunction · 0.70
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected