Template Class SafeMap
Defined in File safe_map.hpp
Class Documentation
-
template<class K, class T>
class SafeMap Simple thread-safe map.
Note: probably not actually thread safe.
- Template Parameters:
K – the key element type
T – the mapped element type