Function underflow
Synopsis
#include "breeze/stream/null_stream.hpp"
virtual int_type underflow() override
Description
- Returns
Traits::eof()
(this signals that the input reached end of file).
Source
Line 48 in breeze/stream/null_stream.hpp.
#include "breeze/stream/null_stream.hpp"
virtual int_type underflow() override
Traits::eof()
(this signals that the input reached end of file). Line 48 in breeze/stream/null_stream.hpp.