ATLAS Offline Software
Loading...
Searching...
No Matches
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 sgkey_t.h.

Member Function Documentation

◆ operator()()

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

Definition at line 74 of file sgkey_t.h.

75 {
76 return sgkeyEqual (a, b);
77 }
static Double_t a
constexpr bool sgkeyEqual(const sgkey_t a, const sgkey_t b)
Compare two sgkeys for equality.
Definition sgkey_t.h:39

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