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