refcount::no_delete_finalizer Struct Reference
A no-op "destructor" for use with
rcptr.
More...
#include <refcount.hpp>
List of all members.
|
Public Member Functions |
template<typename T > |
void | operator() (T *&t) |
| Assigs t to 0 without deleting t.
|
Detailed Description
A no-op "destructor" for use with
rcptr.
Definition at line 32 of file refcount.hpp.
Member Function Documentation
template<typename T >
void refcount::no_delete_finalizer::operator() |
( |
T *& |
t |
) |
[inline] |
Assigs t to 0 without deleting t.
Definition at line 36 of file refcount.hpp.
The documentation for this struct was generated from the following file: