dai::hash_map< T, U, H > Class Template Reference
hash_map is an alias for
std::tr1::unordered_map
.
More...
#include <dai/util.h>
Detailed Description
template<typename T, typename U, typename H = boost::hash<T>>
class dai::hash_map< T, U, H >
hash_map is an alias for
std::tr1::unordered_map
.
We use the (experimental) TR1 unordered_map implementation included in modern GCC distributions or in boost versions 1.37 and higher.
The documentation for this class was generated from the following file: