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

Name

Description

__s

Pointer to an array.

__n

Maximum number of characters to store in s.

Created with MrDocs