Simple extraction.
Declared in <bslstl_istringstream.h>
<bslstl_istringstream.h>
int_type get();
Tries to extract a character. If none are available, sets failbit and returns traits::eof().
A character, or eof().