Entry point for all single-character output functions.
Declared in <bslstl_stringbuf.h>
streamsize
sputn(
char_type const* __s,
streamsize __n);
One of two public output functions.
Returns xsputn(__s,__n). The effect is to write __s[0] through __s[] to the output sequence, if possible.
| Name | Description |
|---|---|
| __s | A buffer read area. |
| __n | A count. |