| 
    rippled
    
   | 
 
Tag to create an intrusive pointer from another intrusive pointer by using a dynamic cast. More...
#include <IntrusivePointer.h>
Tag to create an intrusive pointer from another intrusive pointer by using a dynamic cast.
This is useful to create an intrusive pointer to a derived class from an intrusive pointer to a base class. If the cast fails an empty (null) intrusive pointer is created.
Definition at line 45 of file IntrusivePointer.h.