類模板
<chrono>

std::chrono::common_type (time_point)

template <class Clock, class Duration1, class Duration2>class common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>;
time_point 的 common_type 特化
這是標準 traits 類 common_type 的一個特化。它定義了兩個使用相同時鐘型別的 time_point 型別的共同型別,透過它們兩個 durationcommon type 來定義。

模板引數

Clock
兩個 time_point 型別所使用的時鐘。
Duration1, Duration22
time_point 型別的 duration 型別。

成員型別

成員型別定義
型別time_point 共同型別。