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 34 of file config_dump.cxx.

Member Function Documentation

◆ operator()()

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

Definition at line 37 of file config_dump.cxx.

38 {
39 return o1->UID() < o2->UID();
40 }
const std::string & UID() const noexcept
Return object identity.

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