ATLAS Offline Software
Public Member Functions | List of all members
SG::SGKeyEqual Struct Reference

Comparison functional for sgkey_t. More...

#include <sgkey_t.h>

Collaboration diagram for SG::SGKeyEqual:

Public Member Functions

constexpr bool operator() (const sgkey_t a, const sgkey_t b) const
 

Detailed Description

Comparison functional for sgkey_t.

Definition at line 71 of file CxxUtils/CxxUtils/sgkey_t.h.

Member Function Documentation

◆ operator()()

constexpr bool SG::SGKeyEqual::operator() ( const sgkey_t  a,
const sgkey_t  b 
) const
inlineconstexpr

Definition at line 74 of file CxxUtils/CxxUtils/sgkey_t.h.

75  {
76  return sgkeyEqual (a, b);
77  }

The documentation for this struct was generated from the following file:
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10
SG::sgkeyEqual
constexpr bool sgkeyEqual(const sgkey_t a, const sgkey_t b)
Compare two sgkeys for equality.
Definition: CxxUtils/CxxUtils/sgkey_t.h:39