lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Destroy scoped pointer policy. More...
#include <scoped_ptr.h>
Static Public Member Functions | |
static LEAN_INLINE void | release (Type *object) |
Calls. |
Destroy scoped pointer policy.
static LEAN_INLINE void lean::smart::destroy_ptr_policy< Type >::release | ( | Type * | object | ) | [inline, static] |
Calls.
object->destroy()
.