Create a basic_stringstream with the specified open mode.
Declared in <bslstl_stringstream.h>
explicit
basic_stringstream(
ios_base::openmode modeBitMask,
allocator_type const& allocator = allocator_type());
Same as the constructor taking const allocator_type&.
| Name | Description |
|---|---|
| modeBitMask | open mode for the stream buffer |
| allocator | allocator used to supply memory |