lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Default handle guard policy. More...
#include <handle_guard.h>
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. |
Default handle guard policy.
static LEAN_INLINE void lean::smart::close_handle_policy< Handle >::release | ( | Handle | handle | ) | [inline, static] |
Releases the given handle by calling.
CloseHandle()
.