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

Window 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::destroy_window_policy< Handle >

Window handle guard policy.


Member Function Documentation

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

Releases the given handle by calling.

 DestroyWindow()

.


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