Create a basic_ostringstream by moving from initialString.
Synopsis
Declared in <bslstl_ostringstream.h>
basic_ostringstream(
BloombergLP::bslmf::MovableRef<StringType> initialString,
ios_base::openmode modeBitMask,
allocator_type const& allocator);
Description
Same as the constructor taking MovableRef<StringType> and ios_base::openmode.
Parameters
Name |
Description |
initialString |
initial character sequence moved into the stream |
modeBitMask |
open mode for the stream buffer |
allocator |
allocator used to supply memory |
Created with MrDocs