Create a basic_ostringstream by moving from original.
Declared in <bslstl_ostringstream.h>
basic_ostringstream(
basic_ostringstream&& original,
allocator_type const& allocator);
Same as the move constructor taking basic_ostringstream&&.
| Name | Description |
|---|---|
| original | object from which to move-construct |
| allocator | allocator used to supply memory |