다음을 통해 공유


연산자 / 운영자 (STL)

나누기 연산자에 대 한 기간 개체입니다.

template<class Rep1, class Period1, class Rep2>
   constexpr duration<typename common_type<Rep1, Rep2>::type, Period1>
   operator/(
      const duration<Rep1, Period1>& Dur,
      const Rep2& Div);
template<class Rep1, class Period1, class Rep2, class Period2>
   constexpr typename common_type<Rep1, Rep2>::type
   operator/(
      const duration<Rep1, Period1>& Left,
      const duration<Rep2, Period2>& Right);

매개 변수

  • Dur
    duration 개체

  • Div
    정수 값입니다.

  • Left
    왼쪽 duration 개체입니다.

  • Right
    오른쪽 duration 개체입니다.

반환 값

첫 번째 연산자는 간격 기간 개체를 반환 길이 길이 Dur 값으로 나눈 Div.

간격 길이의 비율을 반환 하는 두 번째 연산자 Left 및 Right.

하지 않는 한 is_convertible<Rep2, common_type<Rep1, Rep2>>마찬가지, 및 Rep2 의 인스턴스 수 없습니다 duration, 첫 번째 연산자 오버 로드 확인에 참여 하지 않습니다.자세한 내용은 <type_traits>를 참조하십시오.

요구 사항

헤더: chrono

네임 스페이스: std::chrono

참고 항목

참조

<chrono>

기타 리소스

헤더 파일