Simple multiple-character extraction.
Declared in <bslstl_istringstream.h>
__istream_type&
get(
char_type* __s,
streamsize __n);
Returns get(__s,__n,widen('n')).
*this
| Name | Description |
|---|---|
| __s | Pointer to an array. |
| __n | Maximum number of characters to store in s. |