Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Generic Version for unknown types, returns unspecified keys. More...
#include <NodeVector.h>
Static Public Member Functions | |
static const OverlayKey & | key (const T &) |
Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Generic Version for unknown types, returns unspecified keys.
Definition at line 54 of file NodeVector.h.
static const OverlayKey& KeyExtractor< T >::key | ( | const T & | ) | [inline, static] |
Definition at line 55 of file NodeVector.h.
00056 { 00057 return OverlayKey::UNSPECIFIED_KEY; 00058 };