C++ operator== - CSmartPtr
In This Topic
bool operator==(T* pT) const
|
|
Property |
Description |
|
|
|
Method Name |
operator == |
|
|
|
Argument - pT |
A pointer to the object to compare with this object |
|
|
|
Returns |
true if this smart pointer contains a reference to the pT. |
|
|
|
Description |
Compares the value of the pointers. |
|
|
|
Remarks |
|
|
|
|
Example |
|
|