time_point 類別
time_point 說明代表時間點的型別。 保留儲存已耗用時間,因為世紀是由樣板引數 Clock表示型別 期間 的物件。
template<
class Clock,
class Duration = typename Clock::duration
>
class time_point;
Members
公用 Typedefs
名稱 |
描述 |
---|---|
time_point::clock |
範本參數的 Clock同義資料表。 |
time_point::duration |
範本參數的 Duration同義資料表。 |
time_point::period |
巢狀型別名稱的 duration::period同義資料表。 |
time_point::rep |
巢狀型別名稱的 duration::rep同義資料表。 |
公用建構函式
名稱 |
描述 |
---|---|
建構 time_point 物件。 |
公用方法
名稱 |
描述 |
---|---|
為 time_point::ref指定這個上限。 |
|
為 time_point::ref指定下限。 |
|
傳回已儲存的 duration 值。 |
公用運算子
名稱 |
描述 |
---|---|
將指定的值加入至儲存的持續期間。 |
|
從預存期間值減去某個值。 |
需求
長期的標題:
命名空間: std::chrono