30
Input/output library
[input.output]
30.7
Formatting and manipulators
[iostream.format]
30.7.4
Input streams
[input.streams]
30.7.4.6
Class template
basic_iostream
[iostreamclass]
30.7.4.6.3
basic_iostream
assign and swap
[iostream.assign]
basic_iostream& operator=(basic_iostream&& rhs);
1
#
Effects:
As if by
swap(rhs)
.
void swap(basic_iostream& rhs);
2
#
Effects:
Calls
basic_istream<charT, traits>::swap(rhs)
.