operator<<<div class="t-tr-text">(Std :: thread :: 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>
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody> template< class CharT, class Traits > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>&& ost, thread::id id ); |
(dal C++11) | |
Scrive una rappresentazione testuale di un identificatore di thread
id al ost flusso di output. 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 due identificatori filo risultano uguali, hanno identiche rappresentazioni testuali, se non risultano uguali, le loro rappresentazioni sono distinti.
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.
Parametri
| ost | - | uscita del flusso di inserire i dati
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 | - | filo identificatore
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. |
Valore di ritorno
ost
Eccezioni
(Nessuno)
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.