C++ operator< - CSmartPtr
In This Topic
bool operator<(T* pT) const
|
|
Property |
Description |
|
|
|
Returns |
true if the pointer pT is greater than the pointer held within this smart pointer |
|
|
|
Description |
Useful if the pointers are being hashed or placed in some kind of lookup tree... |
|
|
|
Remarks |
|
|
|
|
Example |
|
|