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