operator!= (Operador) (<thread>)
Compara dos objetos thread::id para determinar si no son iguales.
bool operator!= (
thread::id Left,
thread::id Right) _NOEXCEPT
Parámetros
Left
Objeto thread::id izquierdo.Right
Objeto thread::id derecho.
Valor devuelto
!(Left == Right)
Comentarios
Esta función no produce ninguna excepción.
Requisitos
Encabezado: thread
Espacio de nombres: std
Vea también
Referencia
operator== (Operador) (<thread>)