TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
from_json_array_impl()
[3/4]
template<typename BasicJsonType , typename T , std::size_t N>
auto nlohmann::detail::from_json_array_impl
(
const BasicJsonType &
j
,
std::array< T, N > &
arr
,
priority_tag
< 2 >
)
-> decltype(j.template get<T>(), void())
Definition at line
4065
of file
json.hpp
.
4068
{
4069
for
(std::size_t i = 0; i < N; ++i)
4070
{
4071
arr[i] = j.at(i).template get<T>();
4072
}
4073
}
nlohmann
detail
Generated on Thu Apr 7 2022 14:11:00 for TerraForge3D by
1.9.3