Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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);
Parameters
- _Right
An rvalue reference to a basic_iostream object to assign from.
Remarks
The member operator calls swap(_Right).
Requirements
Header: <istream>
Namespace: std