sbuild
1.6.0
|
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.
|
inlineprivate |
Output buffer.
EOF is never returned.
@param c the character to output. @returns traits::not_eof is always returned, never traits::eof.