Replenish the input buffer with data obtained from the file descriptor, and return the next character of input (or eof if no input is available). Note that in windows text mode, `\r ` sequences on the device will be translated to ` `s.

Synopsis

Declared in <bdls_fdstreambuf.h>

virtual
int_type
underflow() override;

Created with MrDocs