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