bsl::basic_istringstream::getline

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

NameDescription
__sA character array in which to store the data.
__nMaximum number of characters to extract.