Operatore operator<= (<thread>)
Determina se un oggetto di thread::id è minore 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
!(Right < Left)
Note
Questa funzione non genera eccezioni.
Requisiti
Intestazione: thread
Spazio dei nomi: std
Vedere anche
Riferimenti
Operatore operator< (<thread>)