std::basic_ostringstream::str
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> std::basic_string<CharT,Traits,Allocator> str() const; |
(1) | |
void str(const std::basic_string<CharT,Traits,Allocator>& new_str); |
(2) | |
Verwaltet die Inhalte der zugrunde liegenden String-Objekt .
Original:
Manages the contents of the underlying string object.
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.
1)
Gibt eine Kopie des zugrunde liegenden String, als ob durch den Aufruf
rdbuf()->str() .Original:
Returns a copy of the underlying string as if by calling
rdbuf()->str().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.
2)
Ersetzt den Inhalt des darunterliegenden Band, als ob durch Aufrufen
rdbuf()->str(new_str) .Original:
Replaces the contents of the underlying string as if by calling
rdbuf