|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|

Functions | |
| template<class UnitT , class ValueT > | |
| void | celeritas::from_json (nlohmann::json const &j, Quantity< UnitT, ValueT > &q) |
| Read a quantity from a JSON file. | |
| template<class UnitT , class ValueT > | |
| void | celeritas::to_json (nlohmann::json &j, Quantity< UnitT, ValueT > const &q) |
| Write a quantity to a JSON file. | |