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
);
반환 값
A time_point 개체 유형의 기간 To.
설명
하지 않는 한 To 의 인스턴스는 기간,이 함수 오버 로드 확인에 참여 하지 않습니다.
요구 사항
헤더: chrono
네임 스페이스: std::chrono