[#bsl-basic_istringstream-get-090a] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::get :relfileprefix: ../../ :mrdocs: Extract characters into `streambuf` until `delimiter`. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_istringstream.adoc[BaseStream]& get( std::basic_streambuf<char_type, traits_type>& streambuf, xref:bsl/basic_istringstream/char_type.adoc[char_type] delimiter); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *streambuf* | destination stream buffer | *delimiter* | character that stops extraction |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#