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