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.
Exchanges the values of two basic_istringstream objects.
void swap(
basic_istringstream& _Right
);
Parameters
Parameter |
Description |
---|---|
_Right |
An lvalue reference to a basic_istringstream object. |
Remarks
The member function exchanges the values of this object and the values of _Right.
Requirements
Header: <sstream>
Namespace: std