basic_istringstream::swap
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