Fetches more data from the controlled sequence.
Declared in <bslstl_syncbuf.h>
virtual
int_type
uflow();
Informally, this function does the same thing as underflow(), and in fact is required to call that function. It also returns the new character, like underflow() does. However, this function also moves the read position forward by one.
The first character from the pending sequence.