Condividi tramite


Operatore operator> (<thread>)

Determina se un oggetto di thread::id è superiore 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

Right < Left

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++