[#btck-UniqueHandle-0da-Deleter] = xref:btck.adoc[btck]::xref:btck/UniqueHandle-0da.adoc[UniqueHandle]::Deleter :relfileprefix: ../../ :mrdocs: Custom deleter that forwards to the C destroy function. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Deleter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/UniqueHandle-0da/Deleter/operator_call.adoc[`operator()`] | Destroys `ptr` via the configured C destroy function. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#