Celeritas
0.5.0-56+6b053cd
|
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. | |