다음을 통해 공유


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

여부를 확인 thread::id 보다 작거나 같은 다른 개체인.

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

매개 변수

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

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

반환 값

!(Right < Left)

설명

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

요구 사항

헤더: 스레드

네임 스페이스: std

참고 항목

참조

<thread>

연산자 < 운영자 (<thread>)

기타 리소스

헤더 파일