Return a non-null pointer if this stream is valid, and null otherwise.
Declared in <bslx_genericoutstream.h>
operator void const*() const;
Return a non-zero value if this stream is valid, and 0 otherwise. An invalid stream is a stream for which an output operation was detected to have failed or invalidate was called.
non-null if valid; null otherwise