Claw
1.7.3
|
This class goes through all entries in a multi_type_map and apply a function to them. More...
#include <multi_type_map_visitor.hpp>
Public Member Functions | |
template<typename Key , typename TypeList , typename Function > | |
void | run (multi_type_map< Key, TypeList > &m, Function f) const |
Execute the visitor. |
This class goes through all entries in a multi_type_map and apply a function to them.
Definition at line 43 of file multi_type_map_visitor.hpp.
void claw::multi_type_map_visitor::run | ( | multi_type_map< Key, TypeList > & | m, |
Function | f | ||
) | const |
Execute the visitor.
m | The map to visit. |
f | The function to apply to the entries. |
Definition at line 122 of file multi_type_map_visitor.tpp.