次の方法で共有


common_type 構造体

durationtime_point のインスタンス化のクラス テンプレート common_type の特殊化を表します。

構文

template <class Rep1, class Period1,
    class Rep2, class Period2>
struct common_type
<chrono::duration<Rep1, Period1>,
chrono::duration<Rep2, Period2>>;

template <class Clock,
    class Duration1, class Duration2>
struct common_type
<chrono::time_point<Clock, Duration1>,
chrono::time_point<Clock, Duration2>>;

要件

ヘッダー: <chrono>

名前空間: std

関連項目

<chrono>
ヘッダー ファイル リファレンス