|
STTNet 0.7.0
|
时间相关操作,基础时间工具 More...
Classes | |
| class | DateTime |
| 时间操作、运算、计时的类 More... | |
| struct | Duration |
| 表示时间间隔的结构体,支持天、小时、分钟、秒和毫秒粒度。 More... | |
Typedefs | |
| using | Milliseconds = std::chrono::duration<uint64_t,std::milli> |
| using | Seconds = std::chrono::duration<uint64_t> |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Duration &a) |
| 将 Duration 对象以可读格式输出到流中。 | |
时间相关操作,基础时间工具
| using stt::time::Milliseconds = std::chrono::duration<uint64_t,std::milli> |
| using stt::time::Seconds = std::chrono::duration<uint64_t> |