In non-debug versions, this class is used to replace an ostream so that code will compile away. More...
#include <dbg.h>
Public Member Functions | |
template<class otype > | |
null_stream & | operator<< (const otype &) |
template<class otype > | |
null_stream & | operator<< (otype &) |
null_stream & | operator<< (std::ostream &(*)(std::ostream &)) |
In non-debug versions, this class is used to replace an ostream so that code will compile away.
Do not use it directly.
For internal use only.
Definition at line 1897 of file dbg.h.