[#bsl-basic_stringbuf-xsputn-06] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::xsputn :relfileprefix: ../../ :mrdocs: `xsputn` overloads == Synopses Declared in `<bslstl_stringbuf.h>` Multiple character insertion. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual streamsize xref:bsl/basic_stringbuf/xsputn-0e.adoc[xsputn]( char_type const* __s, streamsize __n); ---- [.small]#xref:bsl/basic_stringbuf/xsputn-0e.adoc[_» more..._]# Append characters to the output sequence. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::streamsize xref:bsl/basic_stringbuf/xsputn-03.adoc[xsputn]( xref:bsl/basic_stringbuf/char_type.adoc[char_type] const* inputString, std::streamsize numCharacters); ---- [.small]#xref:bsl/basic_stringbuf/xsputn-03.adoc[_» more..._]# == Return Value The number of characters written. == Parameters [cols="1,4"] |=== | Name| Description | *__s* | A buffer area. | *__n* | Maximum number of characters to write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#