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