bool operator!=(T* pT) const
Property
Description
Method Name
Argument - pT
The pointer to compare.
Returns
false if the pointer pT is the same as the pointer held within this smart pointer
Description
Remarks
Example