Destroys ptr via the configured C destroy function.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

void
operator()(CType* ptr) const noexcept;

Parameters

Name

Description

ptr

The C handle to destroy (may be null).

Created with MrDocs