Vcsn  2.3a
Be Rational
std::hash< set< T, Compare, Alloc > > Struct Template Reference

#include <set.hh>

Collaboration diagram for std::hash< set< T, Compare, Alloc > >:

Public Types

using type = set< T, Compare, Alloc >
 

Public Member Functions

size_t operator() (const type &ss) const
 

Detailed Description

template<typename T, typename Compare, typename Alloc>
struct std::hash< set< T, Compare, Alloc > >

Definition at line 17 of file set.hh.

Member Typedef Documentation

template<typename T , typename Compare , typename Alloc >
using std::hash< set< T, Compare, Alloc > >::type = set<T, Compare, Alloc>

Definition at line 19 of file set.hh.

Member Function Documentation

template<typename T , typename Compare , typename Alloc >
size_t std::hash< set< T, Compare, Alloc > >::operator() ( const type ss) const
inline

Definition at line 20 of file set.hh.

References vcsn::hash_combine(), and vcsn::res.

Here is the call graph for this function:


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