[#bsl-basic_ostringstream-__put_num_integer_promote] = xref:bsl.adoc[bsl]::xref:bsl/basic_ostringstream.adoc[basic_ostringstream]::__put_num_integer_promote :relfileprefix: ../../ :mrdocs: Format and insert an integer‐promoted numeric value. == Synopsis Declared in `<bslstl_ostringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE> xref:bsl/basic_ostringstream.adoc[BaseStream]& __put_num_integer_promote(VALUE value); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#