The dense_hashmap class and helpers. More...
Classes | |
class | ash::dense_hashmap< Key, Data, HashFx, EqualKey, Alloc > |
A STL-like hashmap with dense_hashtable as the backend. More... | |
Namespaces | |
namespace | ash |
The base namespace for everything in the library. | |
Functions | |
template<class Key , class T , class HashFx , class EqualKey , class Alloc > | |
void | ash::swap (dense_hashmap< Key, T, HashFx, EqualKey, Alloc > &x, dense_hashmap< Key, T, HashFx, EqualKey, Alloc > &y) |
Global swap function. |
The dense_hashmap class and helpers.
© 2012 | Licensed under | Hosted by | Generated by 1.7.4 |