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

Dll handle guard policy. More...

#include <handle_guard.h>

List of all members.

Static Public Member Functions

static LEAN_INLINE Handle invalid ()
 Returns an invalid handle value.
static LEAN_INLINE void release (Handle handle)
 Releases the given handle by calling.

Detailed Description

template<class Handle>
struct lean::smart::free_library_policy< Handle >

Dll handle guard policy.


Member Function Documentation

template<class Handle >
static LEAN_INLINE void lean::smart::free_library_policy< Handle >::release ( Handle  handle) [inline, static]

Releases the given handle by calling.

 FreeLibrary()

.


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