다음을 통해 공유


연산자 연산자 (STL) = =

두 여부 결정 duration 개체 같은 길이 시간 간격을 나타내는 두 여부 또는 time_point 개체 시간에 동일한 지점을 나타냅니다.

template<class Rep1, class Period1, class Rep2, class Period2>
   constexpr bool operator==(
      const duration<Rep1, Period1>& Left,
      const duration<Rep2, Period2>& Right);
template<class Clock, class Duration1, class Duration2>
   bool operator==(
      const time_point<Clock, Duration1>& Left,
      const time_point<Clock, Duration2>& Right);

매개 변수

  • Left
    The left duration or time_point object.

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

반환 값

첫 번째 함수를 반환 합니다. true 경우 Left 및 Right 동일한 길이 가진 시간 간격을 나타냅니다.그렇지 않으면 반환 false.

두 번째 함수를 반환 합니다. true 경우 Left 및 Right 시간에 동일한 지점을 나타냅니다.그렇지 않으면 반환 false.

요구 사항

헤더: chrono

네임 스페이스: std::chrono

참고 항목

참조

<chrono>

기타 리소스

헤더 파일