Extract up to count characters into buffer.
Declared in <bslstl_istringstream.h>
BaseStream&
get(
char_type* buffer,
std::streamsize count);
a reference to this stream
| Name | Description |
|---|---|
| buffer | destination character array |
| count | maximum number of characters to extract |