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