Go to the source code of this file.
◆ VTK_WEAK_POINTER_DEFINE_OPERATOR
#define VTK_WEAK_POINTER_DEFINE_OPERATOR |
( |
|
op | ) |
|
Value:template <class T> \
inline bool \
{ \
return (l.GetPointer() op r.GetPointer()); \
} \
template <class T> \
{ \
return (l op r.GetPointer()); \
} \
template <class T> \
{ \
return (l.GetPointer() op r); \
}
Definition at line 162 of file vtkWeakPointer.h.
◆ operator<<()
Compare smart pointer values.
Streaming operator to print smart pointer like regular pointers.
Definition at line 195 of file vtkWeakPointer.h.