operator<<<div class="t-tr-text">(Std :: hilo :: id)<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">(std::thread::id)</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div>
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
template< class CharT, class Traits > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>&& ost, thread::id id ); |
(desde C++11) | |
Escribe una representación textual de un identificador de hilo
id al ost flujo de salida . Original:
Writes a textual representation of a thread identifier
id to the output stream ost. The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Si dos identificadores de hilo son iguales, tienen idénticas representaciones textuales, si no son iguales, sus representaciones son diferentes .
Original:
If two thread identifiers compare equal, they have identical textual representations; if they do not compare equal, their representations are distinct.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parámetros
| ost | - | salida de corriente para insertar los datos en
Original: output stream to insert the data into The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| id | - | hilo identificador
Original: thread identifier The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Valor de retorno
ost
Excepciones
(Ninguno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.