MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / from_json_array_impl

Function from_json_array_impl

deps/json/json.hpp:4754–4757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4752
4753template<typename BasicJsonType>
4754inline void from_json_array_impl(const BasicJsonType& j, typename BasicJsonType::array_t& arr, priority_tag<3> /*unused*/)
4755{
4756 arr = *j.template get_ptr<const typename BasicJsonType::array_t*>();
4757}
4758
4759template<typename BasicJsonType, typename T, std::size_t N>
4760auto from_json_array_impl(const BasicJsonType& j, std::array<T, N>& arr,

Callers 1

from_jsonFunction · 0.85

Calls 5

endFunction · 0.85
atMethod · 0.80
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected