Reports whether this wrapper holds an exception.

Synopsis

Declared in <folly/ExceptionWrapper.h>

explicit
operator bool() const noexcept;

Return Value

true if *this is holding an exception.

Created with MrDocs