PCL
|
A functional class that tests two pointers for equality of the pointed objects. More...
#include <Indirect.h>
Public Member Functions | |
bool | operator() (TPtr ptr1, TPtr ptr2) const |
Definition at line 277 of file Indirect.h.
|
inline |
Function call operator. Returns true iff *ptr1 == *ptr2.
If either of ptr1 or ptr2 is nullptr, no operation is performed on any pointed object and the return value is ptr1 == ptr2.
Definition at line 285 of file Indirect.h.