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