bsl::basic_syncbuf::xsputn

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

Synopsis

Declared in <bslstl_syncbuf.h>

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