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