|
Celeritas 0.7.0-dev.195+develop.9f96e13e6
|

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. | |