[#btck-UniqueHandle-0da-Deleter-operator_call] = xref:btck.adoc[btck]::xref:btck/UniqueHandle-0da.adoc[UniqueHandle]::xref:btck/UniqueHandle-0da/Deleter.adoc[Deleter]::operator() :relfileprefix: ../../../ :mrdocs: Destroys `ptr` via the configured C destroy function. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator()(CType* ptr) const noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *ptr* | The C handle to destroy (may be null). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#