This class can associate values of different types to a key. More...
#include <claw/meta.hpp>
#include <map>
#include <claw/impl/multi_type_map.tpp>
Go to the source code of this file.
Classes | |
class | claw::multi_type_map< Key, TypeList > |
This class can associate values of different types to a key. More... | |
class | claw::multi_type_map< Key, meta::no_type > |
Partial specialization, to stop the inheritance recursivity. More... | |
Namespaces | |
namespace | claw |
This is the main namespace. |
This class can associate values of different types to a key.
Definition in file multi_type_map.hpp.