sbuild 1.4.23
|
Null stream buffer. More...
#include <sbuild-nostream.h>
Private Member Functions | |
traits::int_type | overflow (typename traits::int_type c) |
Output buffer. |
Null stream buffer.
This stream buffer acts as a bit-bucket, discarding all input.
traits::int_type sbuild::basic_nbuf< cT, traits >::overflow | ( | typename traits::int_type | c | ) | [inline, private] |
Output buffer.
EOF is never returned.
c | the character to output. |