Vcsn  2.2
Be Rational
std::hash< pair< T1, T2 > > Struct Template Reference

#include <pair.hh>

Collaboration diagram for std::hash< pair< T1, T2 > >:

Public Member Functions

size_t operator() (const pair< T1, T2 > &p) const
 

Detailed Description

template<typename T1, typename T2>
struct std::hash< pair< T1, T2 > >

Definition at line 13 of file pair.hh.

Member Function Documentation

template<typename T1 , typename T2 >
size_t std::hash< pair< T1, T2 > >::operator() ( const pair< T1, T2 > &  p) const
inline

Definition at line 15 of file pair.hh.

References vcsn::hash_combine().

Here is the call graph for this function:


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