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 |
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.