Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for plain NodeHandle. More...
#include <NodeVector.h>
Static Public Member Functions | |
static const OverlayKey & | key (const NodeHandle &node) |
Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for plain NodeHandle.
Definition at line 68 of file NodeVector.h.
static const OverlayKey& KeyExtractor< NodeHandle >::key | ( | const NodeHandle & | node | ) | [inline, static] |
Definition at line 69 of file NodeVector.h.
00070 { 00071 return node.getKey(); 00072 };