Return true if A points to a different object than raw pointer B.

Synopsis

Declared in <llvm/ADT/IntrusiveRefCntPtr.h>

template<
    class T,
    class U>
bool
operator!=(
    IntrusiveRefCntPtr<T> const& A,
    U* B);

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

A

The left operand

B

The right operand

Created with MrDocs