Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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