BloombergLP::bslx::GenericOutStream::isValid

Return true if this stream is valid, and false otherwise.

Synopsis

Declared in <bslx_genericoutstream.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