Create a basic_ostringstream by moving from original.
Synopsis
Declared in <bslstl_ostringstream.h>
basic_ostringstream(basic_ostringstream&& original);
Description
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.
Parameters
Name |
Description |
original |
object from which to move‐construct |
Created with MrDocs