lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Static Public Member Functions
lean::smart::destroy_ptr_policy< Type > Struct Template Reference

Destroy scoped pointer policy. More...

#include <scoped_ptr.h>

List of all members.

Static Public Member Functions

static LEAN_INLINE void release (Type *object)
 Calls.

Detailed Description

template<class Type>
struct lean::smart::destroy_ptr_policy< Type >

Destroy scoped pointer policy.


Member Function Documentation

template<class Type >
static LEAN_INLINE void lean::smart::destroy_ptr_policy< Type >::release ( Type *  object) [inline, static]

Calls.

 object->destroy()

.


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