MCPcopy Create free account
hub / github.com/AllentDan/LibtorchSegmentation / from_json_array_impl

Function from_json_array_impl

src/utils/json.hpp:3574–3577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3572
3573template<typename BasicJsonType>
3574void from_json_array_impl(const BasicJsonType& j, typename BasicJsonType::array_t& arr, priority_tag<3> /*unused*/)
3575{
3576 arr = *j.template get_ptr<const typename BasicJsonType::array_t*>();
3577}
3578
3579template<typename BasicJsonType, typename T, std::size_t N>
3580auto from_json_array_impl(const BasicJsonType& j, std::array<T, N>& arr,

Callers 1

from_jsonFunction · 0.85

Calls 4

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

Tested by

no test coverage detected