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"
This class goes through all entries in a multi_type_map and apply a function to them.
This class can associate values of different types to a key.
This class can associate values of different types to a key.
This is the main namespace.