DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SortObjById Struct Reference

Public Member Functions

bool operator() (const OksObject *o1, const OksObject *o2) const
 

Detailed Description

Definition at line 29 of file oks_report_equal_objects.cxx.

Member Function Documentation

◆ operator()()

bool SortObjById::operator() ( const OksObject * o1,
const OksObject * o2 ) const
inline

Definition at line 30 of file oks_report_equal_objects.cxx.

30 {
31 return o1->GetId() < o2->GetId();
32 }
const std::string & GetId() const
Definition object.hpp:995

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