Function overflow
Synopsis
#include "breeze/stream/null_stream.hpp"
virtual int_type overflow(int_type c) override
Description
- Returns
- A value which doesn't compare equal to
Traits::eof()
(this signals that the output succeeded).
Source
Line 42 in breeze/stream/null_stream.hpp.