Return true if the held pointer is non‐null.

Synopsis

Declared in <llvm/ADT/PointerUnion.h>

explicit
operator bool() const;

Return Value

True if the held pointer is non‐null.

Created with MrDocs