std::basic_iostream::~basic_iostream
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> virtual ~basic_iostream(); |
||
Détruit l'entrée / sortie de flux .
Original:
Destructs the input/output stream.
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.
Notes
Ce destructeur ne pas effectuer des opérations sur le tampon de flux sous-jacent (
rdbuf()): les destructeurs des flux dérivés tels que std::basic_fstream et std::basic_stringstream sont responsables pour appeler les destructeurs des zones tampons .Original:
This destructor does not perform any operation on the underlying stream buffer (
rdbuf()): the destructors of the derived streams such as std::basic_fstream and std::basic_stringstream are responsible for calling the destructors of the stream buffers.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.