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


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