int result
Definition dllmain.cpp:82
std::list< K > listFromMapKeys(const std::map< K, V > &_map)
Creates a list containing all the keys from the provided map.
Definition ContainerHelper.h:40
void removeFromMapByValue(std::map< K, V > &_map, const V &_value)
Removes the value from the provided map.
Definition ContainerHelper.h:62
std::list< V > listFromMapValues(const std::map< K, V > &_map)
Creates a list containing all the values from the provided map.
Definition ContainerHelper.h:51