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.
Assigns the basic_istream on the right side of the operator to this object. This is a move assignment involving an rvalue reference that does not leave a copy behind.
basic_istream& operator=(
basic_istream&& _Right
);
Parameters
- _Right
An rvalue reference to a basic_ifstream object.
Return Value
Returns *this.
Remarks
The member operator calls swap(_Right).
Requirements
Header: <istream>
Namespace: std