![]() |
siderust-cpp
Header-only C++ wrapper for siderust
|
Re-exports tempoch C++ types into the siderust namespace. More...
#include <tempoch/tempoch.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | siderust |
Typedefs | |
| using | siderust::UTC = tempoch::UTC |
| using | siderust::JulianDate = tempoch::JulianDate |
| using | siderust::MJD = tempoch::MJD |
| using | siderust::Period = tempoch::Period |
Re-exports tempoch C++ types into the siderust namespace.
The canonical implementations live in tempoch-cpp (namespace tempoch). This header provides backward-compatible aliases so that existing code using siderust::JulianDate, siderust::MJD, etc. continues to compile.
Definition in file time.hpp.