[#bsl-basic_stringstream-2constructor-05] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringstream.adoc[basic_stringstream]::basic_stringstream :relfileprefix: ../../ :mrdocs: Same as the constructor taking `const allocator_type&`. == Synopsis Declared in `<bslstl_stringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit basic_stringstream( ios_base::openmode modeBitMask, xref:bsl/basic_stringstream/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#