Vcsn  2.2
Be Rational
unordered_set.hh File Reference
#include <unordered_set>
#include <vcsn/misc/functional.hh>
Include dependency graph for unordered_set.hh:
This graph shows which files directly or indirectly include this file:

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::set_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...