bsl::basic_ostringstream::basic_ostringstream

Create a basic_ostringstream with the specified open mode.

Synopsis

Declared in <bslstl_ostringstream.h>

explicit
basic_ostringstream(
    ios_base::openmode modeBitMask,
    allocator_type const& allocator = allocator_type());

Description

Same as the constructor taking const allocator_type&.

Parameters

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