31 #ifndef __CLAW_MULTI_TYPE_MAP_VISITOR_HPP__ 32 #define __CLAW_MULTI_TYPE_MAP_VISITOR_HPP__ 46 template <
typename Key,
typename TypeList,
typename Function>
53 #include "claw/multi_type_map_visitor.tpp" 55 #endif // __CLAW_MULTI_TYPE_MAP_VISITOR_HPP__ This class can associate values of different types to a key.
This class can associate values of different types to a key.
This class goes through all entries in a multi_type_map and apply a function to them.
This is the main namespace.