Create a StringBufContainer using the specified allocator.
Declared in <bslstl_stringbuf.h>
explicit
StringBufContainer(ALLOCATOR const& allocator);
Create a StringBufContainer object using the specified allocator to supply memory.
| Name | Description |
|---|---|
| allocator | allocator used to supply memory |