The default functor for checking if a handle to a resource should be closed by an instance of the AutoResource owning the handle. More...
#include <chsvmem.h>
Public Member Functions | |
bool | operator() (const HANDLE_TYPE &h) const |
The default check function. More... | |
The default functor for checking if a handle to a resource should be closed by an instance of the AutoResource owning the handle.
HANDLE_TYPE | is a type of the handle to be checked. |