Claw
1.7.3
|
Implementation of the claw::multi_type_map_visitor class. More...
Go to the source code of this file.
Classes | |
class | claw::multi_type_map_visitor_process< Type > |
This class goes through all entries of a given type in a multi_type_map and apply a function to them. More... | |
class | claw::multi_type_map_visitor_rec< Key, claw::meta::no_type > |
Specialization of multi_type_map_visitor_rec for an empty type list. More... | |
class | claw::multi_type_map_visitor_rec< KeyType, claw::meta::type_list< HeadType, TailType > > |
Specialization of multi_type_map_visitor_rec for a non empty type list. More... |
Namespaces | |
namespace | claw |
This is the main namespace. |
Implementation of the claw::multi_type_map_visitor class.
Definition in file multi_type_map_visitor.tpp.