|
BashSpark
|
A null output stream that discards all output. More...
#include <nullstream.h>


Public Member Functions | |
| basic_onullstream () | |
| Default constructor. | |
A null output stream that discards all output.
This class implements std::basic_ostream and discards all characters written to it.
| char_t | The character type. |
| traits_t | The traits type for the character type. |
|
inline |
Default constructor.
Initializes the null output stream with a null buffer.