Extract one character from the stream.

Synopsis

Declared in <bslstl_istringstream.h>

int_type
get();

Return Value

the extracted character traits value, or eof on failure

Created with MrDocs