llarp::dht::Key_t
Public Functions
| Name | |
|---|---|
| std::string | SNode() const get snode address string |
| std::string | ToString() const |
| auto | operator<=>(const Key_t & other) const |
| RouterID | Router() const |
| template <typename Kind_t > bool |
operator==(const Kind_t & other) const |
Public Functions Documentation
function SNode
inline std::string SNode() const
get snode address string
function ToString
inline std::string ToString() const
function operator<=>
inline auto operator<=>(
const Key_t & other
) const
function Router
inline RouterID Router() const
function operator==
template <typename Kind_t >
inline bool operator==(
const Kind_t & other
) const
Updated on 2026-04-01 at 23:35:39 +0000