retdec
|
A predicate for checking the equality of two weak pointers. More...
#include <smart_ptr.h>
Public Member Functions | |
WkPtrEqPredicate (const WkPtr< T > &ptr) | |
bool | operator() (const WkPtr< T > &otherPtr) const |
Private Attributes | |
const WkPtr< T > & | ptr |
A predicate for checking the equality of two weak pointers.
|
inline |
|
inline |
|
private |