Static Public Member Functions

KeyExtractor< T > Struct Template Reference

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>

List of all members.

Static Public Member Functions

static const OverlayKeykey (const T &)

Detailed Description

template<class T>
struct KeyExtractor< 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.

Author:
Felix M. Palmen

Definition at line 54 of file NodeVector.h.


Member Function Documentation

template<class T >
static const OverlayKey& KeyExtractor< T >::key ( const T &   )  [inline, static]

Definition at line 55 of file NodeVector.h.


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