From Jason Turner

[stream.buffers.overview]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpf2yp6wgc/{from.md → to.md} +0 -14
tmp/tmpf2yp6wgc/{from.md → to.md} RENAMED
@@ -1,14 +0,0 @@
1
- ### Overview <a id="stream.buffers.overview">[[stream.buffers.overview]]</a>
2
-
3
- ``` cpp
4
- namespace std {
5
- template <class charT, class traits = char_traits<charT> >
6
- class basic_streambuf;
7
- typedef basic_streambuf<char> streambuf;
8
- typedef basic_streambuf<wchar_t> wstreambuf;
9
- }
10
- ```
11
-
12
- The header `<streambuf>` defines types that control input from and
13
- output to *character* sequences.
14
-