OverSim
KeyExtractor< NodeHandle > Struct Template Reference

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 OverlayKeykey (const NodeHandle &node)

Detailed Description

template<>
struct KeyExtractor< NodeHandle >

Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for plain NodeHandle.

Author
Felix M. Palmen

Definition at line 71 of file NodeVector.h.

Member Function Documentation

static const OverlayKey& KeyExtractor< NodeHandle >::key ( const NodeHandle node)
inlinestatic

Definition at line 72 of file NodeVector.h.

{
return node.getKey();
};

The documentation for this struct was generated from the following file: