Create a StringBufContainer object initialized from the specified initialString and modeBitMask, using the allocator in initialString to supply memory.
Declared in <bslstl_stringbuf.h>
StringBufContainer(
BloombergLP::bslmf::MovableRef<StringType> initialString,
std::ios_base::openmode modeBitMask,
ALLOCATOR const& allocator);