From Jason Turner

[depr.ostrstream]

Diff to HTML by rtfpessoa

tmp/tmp_ft3sms7/{from.md → to.md} RENAMED
@@ -1,7 +1,9 @@
1
  ### Class `ostrstream` <a id="depr.ostrstream">[[depr.ostrstream]]</a>
2
 
 
 
3
  ``` cpp
4
  namespace std {
5
  class ostrstream : public basic_ostream<char> {
6
  public:
7
  ostrstream();
@@ -44,11 +46,11 @@ one of two constructors:
44
  - If `(mode & app) == 0`, then `s` shall designate the first element of
45
  an array of `n` elements. The constructor is `strstreambuf(s, n, s)`.
46
  - If `(mode & app) != 0`, then `s` shall designate the first element of
47
  an array of `n` elements that contains an NTBS whose first element is
48
  designated by `s`. The constructor is
49
- `strstreambuf(s, n, s + std::strlen(s))`.[^3]
50
 
51
  #### Member functions <a id="depr.ostrstream.members">[[depr.ostrstream.members]]</a>
52
 
53
  ``` cpp
54
  strstreambuf* rdbuf() const;
 
1
  ### Class `ostrstream` <a id="depr.ostrstream">[[depr.ostrstream]]</a>
2
 
3
+ #### General <a id="depr.ostrstream.general">[[depr.ostrstream.general]]</a>
4
+
5
  ``` cpp
6
  namespace std {
7
  class ostrstream : public basic_ostream<char> {
8
  public:
9
  ostrstream();
 
46
  - If `(mode & app) == 0`, then `s` shall designate the first element of
47
  an array of `n` elements. The constructor is `strstreambuf(s, n, s)`.
48
  - If `(mode & app) != 0`, then `s` shall designate the first element of
49
  an array of `n` elements that contains an NTBS whose first element is
50
  designated by `s`. The constructor is
51
+ `strstreambuf(s, n, s + std::strlen(s))`.[^2]
52
 
53
  #### Member functions <a id="depr.ostrstream.members">[[depr.ostrstream.members]]</a>
54
 
55
  ``` cpp
56
  strstreambuf* rdbuf() const;