Write characters to the internal buffer.
Declared in <bslstl_syncbuf.h>
std::streamsize
xsputn(
char_type const* inputString,
std::streamsize count) override;
Write the specified inputString array of the specified count characters to the internal buffer. Return the number of characters successfully written.
number of characters successfully written
| Name | Description |
|---|---|
| inputString | characters to write |
| count | number of characters to write |