EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::hash< pair< A, B > > Struct Template Reference

Public Types

typedef pair< A, B > argument_type
 
typedef size_t result_type
 

Public Member Functions

result_type operator() (const argument_type &a) const
 

Detailed Description

template<typename A, typename B>
struct std::hash< pair< A, B > >

Definition at line 105 of file PHCASeeding.cc.

View newest version in sPHENIX GitHub at line 105 of file PHCASeeding.cc

Member Typedef Documentation

template<typename A , typename B >
typedef pair<A,B> std::hash< pair< A, B > >::argument_type

Definition at line 107 of file PHCASeeding.cc.

View newest version in sPHENIX GitHub at line 107 of file PHCASeeding.cc

template<typename A , typename B >
typedef size_t std::hash< pair< A, B > >::result_type

Definition at line 108 of file PHCASeeding.cc.

View newest version in sPHENIX GitHub at line 108 of file PHCASeeding.cc

Member Function Documentation

template<typename A , typename B >
result_type std::hash< pair< A, B > >::operator() ( const argument_type a) const
inline

Definition at line 110 of file PHCASeeding.cc.

View newest version in sPHENIX GitHub at line 110 of file PHCASeeding.cc


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