STL namespace.
Functions | |
template<typename T , typename C , typename COUNTER > | |
bool | operator== (const stlplus::smart_ptr_base< T, C, COUNTER > &a, const stlplus::smart_ptr_base< T, C, COUNTER > &b) |
This operator enables comparing two smart pointers with "==" to test whether they point to the same object. | |
template<typename T , typename C , typename COUNTER > | |
bool | operator!= (const stlplus::smart_ptr_base< T, C, COUNTER > &a, const stlplus::smart_ptr_base< T, C, COUNTER > &b) |
This operator enables comparing two smart pointers with "!=" to test whether they don't point to the same object. | |
|
inline |
This operator enables comparing two smart pointers with "!=" to test whether they don't point to the same object.
Definition at line 307 of file CObject.h.
References stlplus::smart_ptr_base< T, C, COUNTER >::aliases().
|
inline |
This operator enables comparing two smart pointers with "==" to test whether they point to the same object.
Definition at line 301 of file CObject.h.
References stlplus::smart_ptr_base< T, C, COUNTER >::aliases().
Page generated by Doxygen 1.9.8 for MRPT 1.4.0 SVN: at Thu Dec 14 16:41:50 UTC 2023 |