BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
bes::Collection::PtrLess Struct Reference

#include <BesCollectionUtils.h>

Public Member Functions

template<class PtrType >
bool operator() (PtrType ptr1, PtrType ptr2) const
 
template<class PtrType >
bool operator() (PtrType ptr1, PtrType ptr2) const
 

Detailed Description

Member Function Documentation

◆ operator()() [1/2]

template<class PtrType >
bool bes::Collection::PtrLess::operator() ( PtrType  ptr1,
PtrType  ptr2 
) const
inline

Definition at line 33 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/BesCollectionUtils.h.

33 {
34 return (*ptr1) < (*ptr2);
35 }

◆ operator()() [2/2]

template<class PtrType >
bool bes::Collection::PtrLess::operator() ( PtrType  ptr1,
PtrType  ptr2 
) const
inline

Definition at line 33 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/MdcRecoUtil/BesCollectionUtils.h.

33 {
34 return (*ptr1) < (*ptr2);
35 }

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