Extract a line of characters into buffer.
Synopsis
Declared in <bslstl_istringstream.h>
BaseStream&
getline(
char_type* buffer,
std::streamsize count);
Return Value
a reference to this stream
Parameters
Name |
Description |
buffer |
destination character array |
count |
maximum number of characters to store |
Created with MrDocs