bsl::StringBufContainer::StringBufContainer

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

NameDescription
modeBitMaskopen mode for the contained stream buffer
allocatorallocator used to supply memory