Vcsn  2.3a
Be Rational
std::hash< unordered_set< Key, Hash, KeyEqual, Alloc > > Struct Template Reference

#include <unordered_set.hh>

Collaboration diagram for std::hash< unordered_set< Key, Hash, KeyEqual, Alloc > >:

Public Types

using type = unordered_set< Key, Hash, KeyEqual, Alloc >
 

Public Member Functions

size_t operator() (const type &ss) const
 

Detailed Description

template<typename Key, typename Hash, typename KeyEqual, typename Alloc>
struct std::hash< unordered_set< Key, Hash, KeyEqual, Alloc > >

Definition at line 15 of file unordered_set.hh.

Member Typedef Documentation

template<typename Key , typename Hash , typename KeyEqual , typename Alloc >
using std::hash< unordered_set< Key, Hash, KeyEqual, Alloc > >::type = unordered_set<Key, Hash, KeyEqual, Alloc>

Definition at line 17 of file unordered_set.hh.

Member Function Documentation

template<typename Key , typename Hash , typename KeyEqual , typename Alloc >
size_t std::hash< unordered_set< Key, Hash, KeyEqual, Alloc > >::operator() ( const type ss) const
inline

Definition at line 18 of file unordered_set.hh.

References vcsn::detail::hasher(), and vcsn::res.

Here is the call graph for this function:


The documentation for this struct was generated from the following file: