[#bsl-basic_istringstream-get-093] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::get :relfileprefix: ../../ :mrdocs: Extract characters into `streambuf` until a newline. == 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); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *streambuf* | destination stream buffer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#