Return true if this stream is valid, and false otherwise.
Synopsis
Declared in <bslx_byteoutstream.h>
bool
isValid() const;
Description
An invalid stream is a stream for which an output operation was detected to have failed or invalidate was called.
Return Value
true if valid; false otherwise
Created with MrDocs