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