We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4bba5 commit 4f11b39Copy full SHA for 4f11b39
source/future.tex
@@ -293,13 +293,24 @@
293
294
\rSec1[depr.str.strstreams]{\tcode{char*} streams}
295
296
+\rSec2[depr.strstream.syn]{Header \tcode{<strstream>} synopsis}
297
+
298
\pnum
299
The header
300
\indexhdr{strstream}%
301
\tcode{<strstream>}
-defines three types that associate stream buffers with
302
+defines types that associate stream buffers with
303
character array objects and assist reading and writing such objects.
304
305
+\begin{codeblock}
306
+namespace std {
307
+ class strstreambuf;
308
+ class istrstream;
309
+ class ostrstream;
310
+ class strstream;
311
+}
312
+\end{codeblock}
313
314
\rSec2[depr.strstreambuf]{Class \tcode{strstreambuf}}
315
316
\indexlibrary{\idxcode{strstreambuf}}%
0 commit comments