29
Input/output library
[input.output]
29.7
Formatting and manipulators
[iostream.format]
29.7.4
Input streams
[input.streams]
29.7.4.7
Class template
basic_iostream
[iostreamclass]
29.7.4.7.4
Assignment and swap
[iostream.assign]
🔗
basic_iostream
&
operator
=
(
basic_iostream
&
&
rhs
)
;
1
#
Effects
: Equivalent to:
swap
(
rhs
)
.
🔗
void
swap
(
basic_iostream
&
rhs
)
;
2
#
Effects
: Calls
basic_istream
<
charT, traits
>
::
swap
(
rhs
)
.