bsl::basic_ostringstream::write

Write a block of characters to the stream.

Synopsis

Declared in <bslstl_ostringstream.h>

BaseStream&
write(
    char_type const* buffer,
    std::streamsize count);

Return Value

a reference to this stream

Parameters

NameDescription
buffercharacters to write
countnumber of characters to write