[#bsl-basic_ostringstream-2constructor-00d] = xref:bsl.adoc[bsl]::xref:bsl/basic_ostringstream.adoc[basic_ostringstream]::basic_ostringstream :relfileprefix: ../../ :mrdocs: Create a `basic_ostringstream` object having the same value as the specified `original` object by moving the contents of `original` to the newly‐created object. Optionally specify the `allocator` used to supply memory. `original` is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_ostringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- basic_ostringstream(xref:bsl/basic_ostringstream.adoc[basic_ostringstream]&& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#