bsl::basic_istringstream::get

Extraction into another streambuf.

Synopsis

Declared in <bslstl_istringstream.h>

__istream_type&
get(__streambuf_type& __sb);

Description

Returns get(__sb,widen('n')).

Return Value

*this

Parameters

NameDescription
__sbA streambuf in which to store data.