Create a StringBufContainer from the specified initial string.

Synopsis

Declared in <bslstl_stringbuf.h>

StringBufContainer(
    StringType const& initialString,
    ALLOCATOR const& allocator);

Description

Create a StringBufContainer object initialized with the specified initialString and allocator.

Parameters

Name

Description

initialString

initial character sequence for the buffer

allocator

allocator used to supply memory

Created with MrDocs