Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assigns the values to this basic_istringstream object from the object parameter.
basic_istringstream& operator=(
basic_istringstream&& _Right
);
Parameters
- _Right
An rvalue reference to a basic_istringstream object.
Remarks
The member operator replaces the contents of the object with the contents of _Right, treated as an rvalue reference move assignment.
Requirements
Header: <sstream>
Namespace: std