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
Extract one character from the stream.
Declared in <bslstl_istringstream.h>
int_type
get();
the extracted character traits value, or eof on failure
Created with MrDocs