std::basic_iostream::~basic_iostream
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> virtual ~basic_iostream(); |
||
Distrugge l'ingresso / flusso di output.
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.
Note
Questo distruttore non si esegue alcuna operazione sul buffer di flusso sottostante (
rdbuf()): i distruttori dei flussi derivati, come std::basic_fstream e std::basic_stringstream sono responsabili per chiamare i distruttori dei buffer di streaming.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.