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