Annex D (normative)
Compatibility features
[depr]
D.15
char*
streams
[depr.str.strstreams]
D.15.4
Class
ostrstream
[depr.ostrstream]
D.15.4.3
Member functions
[depr.ostrstream.members]
🔗
strstreambuf
*
rdbuf
(
)
const
;
1
#
Returns
:
(
strstreambuf
*
)
&
sb
.
🔗
void
freeze
(
bool
freezefl
=
true
)
;
2
#
Effects
: Calls
rdbuf
(
)
-
>
freeze
(
freezefl
)
.
🔗
char
*
str
(
)
;
3
#
Returns
:
rdbuf
(
)
-
>
str
(
)
.
🔗
int
pcount
(
)
const
;
4
#
Returns
:
rdbuf
(
)
-
>
pcount
(
)
.