다음을 통해 공유


연산자! = 연산자 (<thread>)

thread::id 개체가 다른지 비교합니다.

bool operator!= (
   thread::id Left,
   thread::id Right) _NOEXCEPT

매개 변수

  • Left
    왼쪽 thread::id 개체입니다.

  • Right
    오른쪽 thread::id 개체입니다.

반환 값

!(Left == Right)

설명

이 함수는 예외를 throw 하지 않습니다.

요구 사항

헤더: 스레드

네임 스페이스: std

참고 항목

참조

<thread>

연산자 = = 연산자 (<thread>)

기타 리소스

헤더 파일