Create a StringBufContainer by moving from initialString.

Synopsis

Declared in <bslstl_stringbuf.h>

StringBufContainer(
    BloombergLP::bslmf::MovableRef<StringType> initialString,
    std::ios_base::openmode modeBitMask);

Description

Same as the constructor taking MovableRef<StringType>, ios_base::openmode, and ALLOCATOR.

Parameters

Name

Description

initialString

initial character sequence moved into the buffer

modeBitMask

open mode for the contained stream buffer

Created with MrDocs