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