llarp::dht::Bucket::SetIntersector

Public Functions

Name
bool operator()(const typename BucketStorage_t::value_type & lhs, const Key_t & rhs)
bool operator()(const Key_t & lhs, const typename BucketStorage_t::value_type & rhs)

Public Functions Documentation

function operator()

inline bool operator()(
    const typename BucketStorage_t::value_type & lhs,
    const Key_t & rhs
)

function operator()

inline bool operator()(
    const Key_t & lhs,
    const typename BucketStorage_t::value_type & rhs
)

Updated on 2026-01-10 at 22:49:45 +0000