llarp::MemWipe

More...

Public Functions

Name
MemWipe(T * ref)
MemWipe(void * ref)
MemWipe(MemWipe && ) =delete
MemWipe(const MemWipe & ) =delete
~MemWipe()
bool IsZero() const

Detailed Description

template <typename T ,
size_t sz =sizeof(T)>
class llarp::MemWipe;

Public Functions Documentation

function MemWipe

inline explicit MemWipe(
    T * ref
)

function MemWipe

inline explicit MemWipe(
    void * ref
)

function MemWipe

MemWipe(
    MemWipe && 
) =delete

function MemWipe

MemWipe(
    const MemWipe & 
) =delete

function ~MemWipe

inline ~MemWipe()

function IsZero

bool IsZero() const

Updated on 2026-04-01 at 23:35:39 +0000