Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | List of all members
btck::UniqueHandle< CType, DestroyFunc >::Deleter Struct Reference

#include <bitcoinkernel_wrapper.h>

Public Member Functions

void operator() (CType *ptr) const noexcept
 

Detailed Description

template<typename CType, void(*)(CType *) DestroyFunc>
struct btck::UniqueHandle< CType, DestroyFunc >::Deleter

Definition at line 354 of file bitcoinkernel_wrapper.h.

Member Function Documentation

◆ operator()()

template<typename CType , void(*)(CType *) DestroyFunc>
void btck::UniqueHandle< CType, DestroyFunc >::Deleter::operator() ( CType *  ptr) const
inlinenoexcept

Definition at line 355 of file bitcoinkernel_wrapper.h.


The documentation for this struct was generated from the following file: