llarp::iwp::Hasher::VerifyResult
Public Functions
| Name | |
|---|---|
| bool | operator<(const VerifyResult & other) const |
Public Attributes
| Name | |
|---|---|
| SockAddr | from |
| uint64_t | msgid |
| bool | result |
Public Functions Documentation
function operator<
inline bool operator<(
const VerifyResult & other
) const
Public Attributes Documentation
variable from
SockAddr from;
variable msgid
uint64_t msgid;
variable result
bool result;
Updated on 2026-01-10 at 22:49:45 +0000