23 lines
639 B
Markdown
23 lines
639 B
Markdown
[iostream.dest]
|
|
|
|
# 31 Input/output library [[input.output]](./#input.output)
|
|
|
|
## 31.7 Formatting and manipulators [[iostream.format]](iostream.format#iostream.dest)
|
|
|
|
### 31.7.5 Input streams [[input.streams]](input.streams#iostream.dest)
|
|
|
|
#### 31.7.5.7 Class template basic_iostream [[iostreamclass]](iostreamclass#iostream.dest)
|
|
|
|
#### 31.7.5.7.3 Destructor [iostream.dest]
|
|
|
|
[ð](#lib:basic_iostream,destructor)
|
|
|
|
`virtual ~basic_iostream();
|
|
`
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/iostreams.tex#L5877)
|
|
|
|
*Remarks*: Does not perform any operations onrdbuf()[.](#1.sentence-1)
|