#include <unordered_set>
#include <vcsn/misc/functional.hh>
 
Go to the source code of this file.
 | 
| 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...
  | 
|   |