time_point::time_point 생성자
time_point 개체를 생성합니다.
time_point();
explicit time_point(const duration& Dur);
template<class Duration2>
time_point(const time_point<clock, Duration2>& Tp);
매개 변수
Dur
A 기간 개체입니다.Tp
time_point 개체
설명
첫 번째 생성자는 개체 생성 해당 저장 duration 값 is equal to duration::zero.
두 번째 생성자 저장된 기간 값이 같은 개체 생성 Dur.하지 않는 한 is_convertible<Duration2, duration>마찬가지, 두 번째 생성자는 오버 로드 확인에 참여 하지 않습니다.자세한 내용은 <type_traits>를 참조하십시오.
세 번째 생성자는 초기화를 duration 값을 Tp.time_since_epoch().
요구 사항
헤더: chrono
네임 스페이스: std::chrono