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
Name |
Description |
inputString |
characters to write |
count |
number of characters to write |
Created with MrDocs