Unconditionally return traits_type::eof().
Synopsis
Declared in <bdlde_utf8checkinginstreambufwrapper.h>
virtual
int_type
overflow(int_type c = traits_type::eof()) override;
Description
The optionally specified argument is ignored.
Return Value
traits_type::eof()
Parameters
Name |
Description |
c |
ignored character (unused in this input‐only wrapper) |
Created with MrDocs