Create a basic_istringstream by moving from original.
Create a basic_istringstream object having the same value as the specified original object by moving the contents of original to the newly-created object. original is left in a valid but unspecified state.
| Name | Description |
|---|---|
| original | object from which to move-construct |