Celeritas
0.5.0-56+6b053cd
|
Functions | |
template<class T , size_type N> | |
void | celeritas::from_json (nlohmann::json const &j, Array< T, N > &value) |
Read an array from a JSON file. | |
template<class T , size_type N> | |
void | celeritas::to_json (nlohmann::json &j, Array< T, N > const &value) |
Write an array to a JSON file. | |