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