basic_iostream::operator=
Assign the value of a specified basic_iostream object to this object. This is a move assignment involving an rvalue that does not leave a copy behind.
basic_iostream& operator=(basic_iostream&& _Right);
매개 변수
- _Right
An rvalue reference to a basic_iostream object to assign from.
설명
The member operator calls swap(_Right).
요구 사항
Header: <istream>
네임스페이스: std