Create a basic_ostringstream by moving from initialString.
Declared in <bslstl_ostringstream.h>
basic_ostringstream(
BloombergLP::bslmf::MovableRef<StringType> initialString,
allocator_type const& allocator);
Same as the constructor taking MovableRef<StringType>.
| Name | Description |
|---|---|
| initialString | initial character sequence moved into the stream |
| allocator | allocator used to supply memory |