basic_ostream<>
subclass that does nothing but discard output.
More...
#include <Teuchos_basic_oblackholestream.hpp>
Public Member Functions | |
basic_oblackholestream () | |
|
basic_ostream<>
subclass that does nothing but discard output.
Use the class anytime you must pass an basic_ostream<>
object but don't want the output for any reason.
This subclass just sets the stream buffer to NULL and that is all you need to do!
Definition at line 46 of file Teuchos_basic_oblackholestream.hpp.
Teuchos::basic_oblackholestream< _CharT, _Traits >::basic_oblackholestream | ( | ) | [inline, explicit] |