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