Template Struct traits¶
Defined in File map-traits.h
Struct Documentation¶
-
template<typename
MapType
>
structtraits
¶ This needs to be implemented for each map type in order to use the map manager.
Derive from MapTraits below to specify the supported functionality, e.g.:
This defines the trait functions for the type MyMapType.template <> struct traits<MyMapType> : public MapTraits<MyMapType> {};