19 #ifndef PSYSTEM_FRAMEWORK_DEFAULT_CLOSE_HANDLE_HPP
20 #define PSYSTEM_FRAMEWORK_DEFAULT_CLOSE_HANDLE_HPP
73 #endif // PSYSTEM_FRAMEWORK_DEFAULT_CLOSE_HANDLE_HPP
A simple functor to close handles (for use with RAII handle containers).
Definition: default_close_handle.hpp:49
static void close_handle(T hndl) noexcept
Executes a handle clean-up routine without requiring an instance.
Definition: default_close_handle.hpp:64
Contains the process examination "system" and basic frameworks.
Definition: pstack_event_handler.hpp:28
void operator()(T hndl) const noexcept
Executes a handle clean-up routine.
Definition: default_close_handle.hpp:55