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-04-01 at 23:35:39 +0000