operator<<<div class="t-tr-text">(Std :: fio :: 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
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody> template< class CharT, class Traits > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>&& ost, thread::id id ); |
(desde C++11) | |
Grava uma representação textual de um
id identificador de segmento para o ost fluxo de saída. 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.
Se dois identificadores de rosca comparar igual, eles têm idênticas representações textuais, se eles não se comparam iguais, as suas representações são distintas.
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 | - | fluxo de saída para inserir os dados
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 | - | identificador segmento
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
Exceções
(Nenhum)
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.