stdx::NullOstream Class Reference
This is a null output stream, or in other words it discards anything inserted into it without error. Why would this ever be useful? I use it in my Log object as the return value for when the current log level is below the runtime log level.
Public Methods
- NullOstream ()