llarp::iwp::Hasher::HashedMessage
Public Functions
| Name | |
|---|---|
| const byte_t * | data() const |
| size_t | size() const |
| bool | operator<(const HashedMessage & other) const |
Public Attributes
| Name | |
|---|---|
| OutboundMessage | msg |
| SockAddr | to |
Public Functions Documentation
function data
inline const byte_t * data() const
function size
inline size_t size() const
function operator<
inline bool operator<(
const HashedMessage & other
) const
Public Attributes Documentation
variable msg
OutboundMessage msg;
variable to
SockAddr to;
Updated on 2026-01-10 at 22:49:45 +0000