Vcsn
2.4
Be Rational
|
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
vcsn | |
Functions | |
template<typename Key , typename T , typename Hash , typename KeyEqual , typename Alloc > | |
size_t | vcsn::collision_count (const std::unordered_map< Key, T, Hash, KeyEqual, Alloc > &m) |
Sum of bucket sizes. More... | |
template<typename Key , typename T , typename Hash , typename KeyEqual , typename Alloc > | |
bool | vcsn::has (const std::unordered_map< Key, T, Hash, KeyEqual, Alloc > &m, const Key &k) |
Whether e is member of m. More... | |