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
Reports whether this wrapper holds an exception.
Declared in <folly/ExceptionWrapper.h>
explicit
operator bool() const noexcept;
true if *this is holding an exception.
Created with MrDocs