#include <NodeVector.h>
Static Public Member Functions | |
| static const OverlayKey & | key (const ProxNodeHandle &node) |
Definition at line 76 of file NodeVector.h.
| static const OverlayKey& KeyExtractor< ProxNodeHandle >::key | ( | const ProxNodeHandle & | node | ) | [inline, static] |
Definition at line 77 of file NodeVector.h.
{
return node.getKey();
};
1.7.1