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

Delete scoped pointer policy. More...

#include <scoped_ptr.h>

List of all members.

Static Public Member Functions

static LEAN_INLINE void release (Type *object)
 Deletes the given object.

Detailed Description

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

Delete scoped pointer policy.


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