Strict weak order for STL containers. More...
#include <IntrusivePtr.h>
| Public Member Functions | |
| Order () | |
| Default constructor. | |
| bool | operator() (IntrusivePtr< T > const &lhs, IntrusivePtr< T > const &rhs) const | 
| Compare by raw pointer. | |
Strict weak order for STL containers.
Definition at line 346 of file IntrusivePtr.h.
| ts::IntrusivePtrPolicy< T >::Order::Order | ( | ) |  [inline] | 
Default constructor.
Definition at line 350 of file IntrusivePtr.h.
| bool ts::IntrusivePtrPolicy< T >::Order::operator() | ( | IntrusivePtr< T > const & | lhs, | |
| IntrusivePtr< T > const & | rhs | |||
| ) | const | 
Compare by raw pointer.
| lhs | Left hand operand. | |
| rhs | Right hand operand. | 
Definition at line 394 of file IntrusivePtr.h.
References ts::IntrusivePtr< T >::get().
 1.7.1
 1.7.1