Loading...
Searching...
No Matches
std::hash< std::pair< U, V > > Struct Template Reference

Public Types

using argument_type = std::pair<U, V>
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (argument_type const &p) const
 

Detailed Description

template<class U, class V>
struct std::hash< std::pair< U, V > >

Definition at line 60 of file Hash.h.

Member Typedef Documentation

◆ argument_type

template<class U, class V>
using std::hash< std::pair< U, V > >::argument_type = std::pair<U, V>

Definition at line 62 of file Hash.h.

◆ result_type

template<class U, class V>
using std::hash< std::pair< U, V > >::result_type = std::size_t

Definition at line 63 of file Hash.h.

Member Function Documentation

◆ operator()()

template<class U, class V>
result_type std::hash< std::pair< U, V > >::operator() ( argument_type const & p) const
inline

Definition at line 64 of file Hash.h.


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