bsl::basic_syncbuf::xsputn

Write characters to the internal buffer.

Synopsis

Declared in <bslstl_syncbuf.h>

std::streamsize
xsputn(
    char_type const* inputString,
    std::streamsize count) override;

Description

Write the specified inputString array of the specified count characters to the internal buffer. Return the number of characters successfully written.

Return Value

number of characters successfully written

Parameters

NameDescription
inputStringcharacters to write
countnumber of characters to write