String extraction.
Declared in <bslstl_istringstream.h>
__istream_type&
getline(
char_type* __s,
streamsize __n);
Returns getline(__s,__n,widen('n')).
*this
| Name | Description |
|---|---|
| __s | A character array in which to store the data. |
| __n | Maximum number of characters to extract. |