BOSS 8.0.0
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
template<class PtrType>
bool operator() (PtrType ptr1, PtrType ptr2) const

Detailed Description

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/BesCollectionUtils.h.

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

◆ operator()() [2/3]

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

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcRecoUtil/BesCollectionUtils.h.

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

◆ operator()() [3/3]

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

Definition at line 32 of file Reconstruction/MdcPatRec/MdcRecoUtil/include/MdcRecoUtil/BesCollectionUtils.h.

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

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