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