다음을 통해 공유


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

요구 사항

헤더: chrono

네임 스페이스: std

참고 항목

참조

<chrono>

기타 리소스

헤더 파일