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>
Aus 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 ); |
(seit C++11) | |
Schreibt eine textuelle Repräsentation eines Fadens Kennung
id dem Output-Stream ost . 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.
Wenn zwei Thread-Identifizierer gleich vergleichen, müssen sie identisch textliche Darstellungen, wenn sie nicht vergleichen kann gleich sind, sind ihre Darstellungen deutliche .
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.
Parameter
| ost | - | Ausgabestrom, um die Daten eingefügt werden
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 | - | Threadbezeichner
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. |
Rückgabewert
ost
Ausnahmen
(None)
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.