[#bsl-basic_istringstream-getline-01] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::getline :relfileprefix: ../../ :mrdocs: String extraction. == Synopses Declared in `<bslstl_istringstream.h>` String extraction. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& xref:bsl/basic_istringstream/getline-0a.adoc[getline]( char_type* __s, streamsize __n); ---- [.small]#xref:bsl/basic_istringstream/getline-0a.adoc[_» more..._]# String extraction. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& xref:bsl/basic_istringstream/getline-04.adoc[getline]( char_type* __s, streamsize __n, char_type __delim); ---- [.small]#xref:bsl/basic_istringstream/getline-04.adoc[_» more..._]# == Return Value *this == Parameters [cols="1,4"] |=== | Name| Description | *__s* | A character array in which to store the data. | *__n* | Maximum number of characters to extract. | *__delim* | A "stop" character. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#