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 是 期間 的具現化,否則這個函式不會參與多載解析。
需求
**標頭:**chrono
**命名空間:**std::chrono