[#bsl-ostringstream] = xref:bsl.adoc[bsl]::ostringstream :relfileprefix: ../ :mrdocs: This `typedef` is an alias to `basic_ostringstream<char>`. == Synopsis Declared in `<bslstl_iosfwd.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/basic_ostringstream.adoc[basic_ostringstream<char, char_traits<char>, allocator<char>>] ostringstream; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#