bsl::basic_istringstream::get

Simple multiple-character extraction.

Synopsis

Declared in <bslstl_istringstream.h>

__istream_type&
get(
    char_type* __s,
    streamsize __n);

Description

Returns get(__s,__n,widen('n')).

Return Value

*this

Parameters

NameDescription
__sPointer to an array.
__nMaximum number of characters to store in s.