Getting the next character.
Declared in <bslstl_stringbuf.h>
<bslstl_stringbuf.h>
int_type sbumpc();
If the input read position is available, returns that character and increments the read pointer, otherwise calls and returns uflow().
uflow().
The next character, or eof.