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