Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 16 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 18 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 19 of file unordered_set.hh.


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