Move the read position back one character and return that character.
Synopsis
Declared in <bdlsb_fixedmeminput.h>
FixedMemInput::int_type
sungetc();
Description
Move the current read position back one character if the current read position is not at the beginning of the buffer, and return the character at the resulting current read position from this buffer. Return traits_type::eof() otherwise.
Return Value
character at the new read position, or traits_type::eof() if the read position was already at the beginning of the buffer
Created with MrDocs