#include <intrusive_set.h>
Public Types | |
| typedef T * | pointer |
| typedef const T * | const_pointer |
| typedef intrusive_multiset_node< T > | node_type |
| typedef node_type * | node_ptr_type |
| typedef const node_type * | const_node_ptr_type |
Static Public Member Functions | |
| static node_ptr_type | to_node_ptr (pointer ptr) |
| static const_node_ptr_type | to_node_ptr (const_pointer ptr) |
Hook for member nodes. The node should be declared public so we can access it directly. Check the intrusive_multi_set AZStdExamples.