time_point 类
time_point 描述表示时间点的类型。 它保留存储时间,因为由模板参数 Clock的时间点表示类型“持续时间” hh874624(v=vs.120).md 的。
template<
class Clock,
class Duration = typename Clock::duration
>
class time_point;
成员
公共 Typedef
Name |
说明 |
---|---|
time_point::clock |
模板参数 Clock的同义词。 |
time_point::duration |
模板参数 Duration的同义词。 |
time_point::period |
嵌套类型名称 duration::period的同义词。 |
time_point::rep |
嵌套类型名称 duration::rep的同义词。 |
公共构造函数
Name |
说明 |
---|---|
构造 time_point 对象。 |
公共方法
Name |
说明 |
---|---|
为 time_point::ref指定了上限。 |
|
为 time_point::ref指定了下限。 |
|
返回存储的 duration 值。 |
公共运算符
Name |
说明 |
---|---|
为存储值添加指定值。 |
|
从存储的值减去指定的值。 |
要求
Header: chrono
Namespace: std::chrono