[#bsl-basic_istringstream-getline-0a] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::getline :relfileprefix: ../../ :mrdocs: String extraction. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& getline( char_type* __s, streamsize __n); ---- == Description Returns `getline(__s,__n,widen('n')).` == 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#