Condividi tramite


Operatore operator>= (<thread>)

Determina se un oggetto di thread::id è maggiore o uguale a un altro.

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

Parametri

  • Left
    L'oggetto thread::id a sinistra.

  • Right
    L'oggetto thread::id corretto.

Valore restituito

!(Left < Right)

Note

Questa funzione non genera eccezioni.

Requisiti

Intestazione: thread

Spazio dei nomi: std

Vedere anche

Riferimenti

<thread>

Operatore operator< (<thread>)

Altre risorse

File di intestazione libreria standard C++