bsl::basic_istringstream::getline

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

NameDescription
bufferdestination character array
countmaximum number of characters to store