閱讀英文

共用方式為


time_point_cast 函式

轉換為指定的型別。 time_point 物件。

template<class To, class Clock, class Duration>
    time_point<Clock, To> time_point_cast(
        const time_point<Clock, Duration>& Tp
    );

傳回值

具有型別 To期間的 time_point 物件。

備註

除非 To 是 期間具現化,這個函式不參與多載解析。

需求

長期的標題:

命名空間: std::chrono

請參閱

參考

<chrono>

其他資源

標頭檔