Vcsn
2.0
Be Rational
|
Go to the source code of this file.
Classes | |
struct | std::hash< unordered_set< Key, Hash, KeyEqual, Alloc > > |
Namespaces | |
vcsn | |
Functions | |
template<typename Key , typename Hash , typename KeyEqual , typename Alloc > | |
bool | vcsn::has (const std::unordered_set< Key, Hash, KeyEqual, Alloc > &s, const Key &k) |
Whether e is member of s. More... | |
template<typename Key , typename Hash , typename KeyEqual , typename Alloc > | |
std::unordered_set< Key, Hash, KeyEqual, Alloc > | vcsn::intersection (const std::unordered_set< Key, Hash, KeyEqual, Alloc > &s1, const std::unordered_set< Key, Hash, KeyEqual, Alloc > &s2) |
Intersection of s1 and s2. More... | |