Create a StringBufContainer with the specified mode and allocator.
Declared in <bslstl_stringbuf.h>
StringBufContainer(
std::ios_base::openmode modeBitMask,
ALLOCATOR const& allocator);
Create a StringBufContainer object using the specified modeBitMask and allocator.
| Name | Description |
|---|---|
| modeBitMask | open mode for the contained stream buffer |
| allocator | allocator used to supply memory |