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

Name

Description

buffer

characters to write

count

number of characters to write

Created with MrDocs