Create a basic_stringstream 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.
Synopsis
Declared in <bslstl_stringstream.h>
basic_stringstream(basic_stringstream&& original);
Created with MrDocs