llarp::iwp::Hasher::VerifyResult

Public Functions

Name
bool operator<(const VerifyResult & other) const

Public Attributes

Name
std::weak_ptr< Session > session
uint64_t msgid
bool result

Public Functions Documentation

function operator<

inline bool operator<(
    const VerifyResult & other
) const

Public Attributes Documentation

variable session

std::weak_ptr< Session > session;

variable msgid

uint64_t msgid;

variable result

bool result;

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