C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
caf::intrusive_ptr_access< T > Struct Template Reference

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
 

Detailed Description

template<class T>
struct caf::intrusive_ptr_access< T >

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.


The documentation for this struct was generated from the following file: