mCRL2
Loading...
Searching...
No Matches
std::hash< std::pair< X, Y > > Struct Template Reference

#include <hash_utility.h>

Public Member Functions

 hash ()=default
 
std::size_t operator() (const std::pair< X, Y > &p) const
 

Detailed Description

template<class X, class Y>
struct std::hash< std::pair< X, Y > >

Definition at line 91 of file hash_utility.h.

Constructor & Destructor Documentation

◆ hash()

template<class X , class Y >
std::hash< std::pair< X, Y > >::hash ( )
default

Member Function Documentation

◆ operator()()

template<class X , class Y >
std::size_t std::hash< std::pair< X, Y > >::operator() ( const std::pair< X, Y > &  p) const
inline

Definition at line 95 of file hash_utility.h.


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