common_type 结构

描述模板类 common_type 的专用化 持续时间time_point的实例化。

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>>;

要求

Header: chrono

命名空间: std

请参见

参考

<chrono>

其他资源

C++ 标准库头文件