Vcsn  2.3
Be Rational
std::hash< map< Key, Value, Compare, Alloc > > Struct Template Reference

#include <map.hh>

Collaboration diagram for std::hash< map< Key, Value, Compare, Alloc > >:

Public Member Functions

size_t operator() (const map< Key, Value, Compare, Alloc > &m) const
 

Detailed Description

template<typename Key, typename Value, typename Compare, typename Alloc>
struct std::hash< map< Key, Value, Compare, Alloc > >

Definition at line 16 of file map.hh.

Member Function Documentation

template<typename Key , typename Value , typename Compare , typename Alloc >
size_t std::hash< map< Key, Value, Compare, Alloc > >::operator() ( const map< Key, Value, Compare, Alloc > &  m) const
inline

Definition at line 18 of file map.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: