|
sparrow 1.3.0
|
Classes | |
| struct | time_microseconds |
| A duration representing time elapsed since midnight, in microseconds. More... | |
| struct | time_milliseconds |
| A duration representing time elapsed since midnight, in milliseconds. More... | |
| struct | time_nanoseconds |
| A duration representing time elapsed since midnight, in nanoseconds. More... | |
| struct | time_seconds |
| A duration representing time elapsed since midnight. More... | |
Typedefs | |
| using | days = std::chrono::duration<int32_t, std::ratio<86400>> |
| using | months = std::chrono::duration<int32_t, std::ratio<2629746>> |
| using sparrow::chrono::days = std::chrono::duration<int32_t, std::ratio<86400>> |
Definition at line 21 of file temporal_types.hpp.
| using sparrow::chrono::months = std::chrono::duration<int32_t, std::ratio<2629746>> |
Definition at line 22 of file temporal_types.hpp.