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

Public Member Functions

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

Detailed Description

Definition at line 27 of file config_dump.cxx.

Member Function Documentation

◆ operator()()

bool SortByName::operator() ( const ConfigObject * o1,
const ConfigObject * o2 ) const
inline

Definition at line 30 of file config_dump.cxx.

31 {
32 return o1->UID() < o2->UID();
33 }
const std::string & UID() const noexcept
Return object identity.

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