Create a StringBufContainer with the specified mode and allocator.

Synopsis

Declared in <bslstl_stringbuf.h>

StringBufContainer(
    std::ios_base::openmode modeBitMask,
    ALLOCATOR const& allocator);

Description

Create a StringBufContainer object using the specified modeBitMask and allocator.

Parameters

Name

Description

modeBitMask

open mode for the contained stream buffer

allocator

allocator used to supply memory

Created with MrDocs