[#bsl-basic_ostringstream-put] = xref:bsl.adoc[bsl]::xref:bsl/basic_ostringstream.adoc[basic_ostringstream]::put :relfileprefix: ../../ :mrdocs: Insert a single character into the stream. == Synopsis Declared in `<bslstl_ostringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_ostringstream.adoc[BaseStream]& put(xref:bsl/basic_ostringstream/char_type.adoc[char_type] character); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *character* | character to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#