C++ Actor Framework 1.0.0
|
Policy for adding and releasing references in an intrusive_ptr. More...
#include <intrusive_ptr.hpp>
Static Public Member Functions | |
static void | add_ref (T *ptr) noexcept |
static void | release (T *ptr) noexcept |
Policy for adding and releasing references in an intrusive_ptr.
The default implementation dispatches to the free function pair intrusive_ptr_add_ref
and intrusive_ptr_release
that the policy picks up via ADL.