Create a basic_ostringstream from the specified initial string.
Synopsis
Declared in <bslstl_ostringstream.h>
explicit
basic_ostringstream(
StringType const& initialString,
allocator_type const& allocator = allocator_type());
Description
Same as the constructor taking const allocator_type&.
Parameters
Name |
Description |
initialString |
initial character sequence for output |
allocator |
allocator used to supply memory |
Created with MrDocs