Skip to content

Commit 4f11b39

Browse files
jensmaurertkoeppe
authored andcommitted
[depr.str.strstreams] Add synopsis for <strstream> header (#1922)
1 parent 9e4bba5 commit 4f11b39

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

source/future.tex

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,24 @@
293293

294294
\rSec1[depr.str.strstreams]{\tcode{char*} streams}
295295

296+
\rSec2[depr.strstream.syn]{Header \tcode{<strstream>} synopsis}
297+
296298
\pnum
297299
The header
298300
\indexhdr{strstream}%
299301
\tcode{<strstream>}
300-
defines three types that associate stream buffers with
302+
defines types that associate stream buffers with
301303
character array objects and assist reading and writing such objects.
302304

305+
\begin{codeblock}
306+
namespace std {
307+
class strstreambuf;
308+
class istrstream;
309+
class ostrstream;
310+
class strstream;
311+
}
312+
\end{codeblock}
313+
303314
\rSec2[depr.strstreambuf]{Class \tcode{strstreambuf}}
304315

305316
\indexlibrary{\idxcode{strstreambuf}}%

0 commit comments

Comments
 (0)