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

#include <class.hpp>

Public Member Functions

bool operator() (OksClass *c1, OksClass *c2) const
 

Detailed Description

Definition at line 216 of file class.hpp.

Member Function Documentation

◆ operator()()

bool dunedaq::oks::OksClass::SortByName::operator() ( OksClass * c1,
OksClass * c2 ) const
inline

Definition at line 217 of file class.hpp.

217 {
218 return c1->get_name() < c2->get_name();
219 }

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