Celeritas 0.7.0-dev.79+develop.b3dc2e108
|
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. | |