EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Pair Struct Reference

Public Member Functions

 Pair (int x, int y)
 
bool operator< (const Pair &other) const
 

Public Attributes

int a
 
int b
 

Detailed Description

Definition at line 80 of file functions.cxx.

View newest version in sPHENIX GitHub at line 80 of file functions.cxx

Constructor & Destructor Documentation

Pair::Pair ( int  x,
int  y 
)
inline

Definition at line 83 of file functions.cxx.

View newest version in sPHENIX GitHub at line 83 of file functions.cxx

Member Function Documentation

bool Pair::operator< ( const Pair other) const
inline

Definition at line 85 of file functions.cxx.

View newest version in sPHENIX GitHub at line 85 of file functions.cxx

References a, and b.

Member Data Documentation

int Pair::a

Definition at line 81 of file functions.cxx.

View newest version in sPHENIX GitHub at line 81 of file functions.cxx

Referenced by operator<().

int Pair::b

Definition at line 82 of file functions.cxx.

View newest version in sPHENIX GitHub at line 82 of file functions.cxx

Referenced by operator<().


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