Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for KademliaBucketEntry. More...
#include <KademliaNodeHandle.h>
Static Public Member Functions | |
static const OverlayKey & | key (const KademliaBucketEntry &entry) |
Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for KademliaBucketEntry.
Definition at line 91 of file KademliaNodeHandle.h.
static const OverlayKey& KeyExtractor< KademliaBucketEntry >::key | ( | const KademliaBucketEntry & | entry | ) | [inline, static] |
Definition at line 93 of file KademliaNodeHandle.h.
00094 { 00095 return entry.getKey(); 00096 };