BOSS 7.0.7
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
 

Detailed Description

Definition at line 31 of file BesCollectionUtils.h.

Member Function Documentation

◆ operator()()

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

Definition at line 33 of file BesCollectionUtils.h.

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

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