ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::SortIdDataVec< T > Struct Template Reference
Collaboration diagram for Muon::SortIdDataVec< T >:

Public Member Functions

bool operator() (const IdDataVec< T > &d1, const IdDataVec< T > &d2)

Detailed Description

template<class T>
struct Muon::SortIdDataVec< T >

Definition at line 1273 of file DCMathSegmentMaker.cxx.

Member Function Documentation

◆ operator()()

template<class T>
bool Muon::SortIdDataVec< T >::operator() ( const IdDataVec< T > & d1,
const IdDataVec< T > & d2 )
inline

Definition at line 1274 of file DCMathSegmentMaker.cxx.

1274{ return d1.id < d2.id; }

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