|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|

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