Create a StringBufContainer object initialized with the specified initialString, modeBitMask, and allocator.
Synopsis
Declared in <bslstl_stringbuf.h>
StringBufContainer(
StringType const& initialString,
std::ios_base::openmode modeBitMask,
ALLOCATOR const& allocator);
Created with MrDocs