Trivial deleter class that does not do anything with provided handle. More...
#include <kanzi/core/util/handle.hpp>
Public Member Functions | |
| void | operator() (const T &) const noexcept |
| Call operator, gets invoked when the handle needs to be destroyed. | |
Trivial deleter class that does not do anything with provided handle.
| T | Handle type. |
|
inlinenoexcept |
Call operator, gets invoked when the handle needs to be destroyed.