ATLAS Offline Software
Loading...
Searching...
No Matches
SortTADptr Struct Reference

#include <IOVSvcTool.h>

Collaboration diagram for SortTADptr:

Public Types

using is_transparent = void

Public Member Functions

template<typename X, typename Y>
bool operator() (X &&x, Y &&y) const

Detailed Description

Definition at line 53 of file IOVSvcTool.h.

Member Typedef Documentation

◆ is_transparent

Definition at line 54 of file IOVSvcTool.h.

Member Function Documentation

◆ operator()()

template<typename X, typename Y>
bool SortTADptr::operator() ( X && x,
Y && y ) const
inline

Definition at line 57 of file IOVSvcTool.h.

57 {
58 return x->clID() == y->clID() ? x->name() < y->name() : x->clID() < y->clID();
59 }
#define y
#define x

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