std::basic_iostream<CharT,Traits>:: ~basic_iostream
From cppreference.net
<
cpp
|
io
|
basic iostream
C++
Input/output library
| I/O manipulators | ||||
| Print functions (C++23) | ||||
| C-style I/O | ||||
| Buffers | ||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(C++20)
|
||||
| Streams | ||||
| Abstractions | ||||
| File I/O | ||||
| String I/O | ||||
| Array I/O | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
| Synchronized Output | ||||
|
(C++20)
|
||||
| Types | ||||
| Error category interface | ||||
|
(C++11)
|
||||
|
(C++11)
|
std::basic_iostream
| Member functions | ||||
|
basic_iostream::~basic_iostream
|
||||
| Protected member functions | ||||
|
virtual
~basic_iostream
(
)
;
|
||
Destruiert den Eingabe-/Ausgabestrom.
Hinweise
Dieser Destruktor führt keine Operationen auf dem zugrundeliegenden Streampuffer (
rdbuf()
) aus: Die Destruktoren der abgeleiteten Streams wie
std::basic_fstream
und
std::basic_stringstream
sind für den Aufruf der Destruktoren der Streampuffer verantwortlich.