[#bsl-basic_istringstream-view] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::view :relfileprefix: ../../ :mrdocs: Return a view of the internally buffered sequence of characters maintained by this stream object. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_istringstream.adoc[basic_istringstream<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>::ViewType] view() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#