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

#include <class_info.hpp>

Public Member Functions

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

Detailed Description

Definition at line 18 of file class_info.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 19 of file class_info.hpp.

19 {
20 return c1->get_name() < c2->get_name();
21 }

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