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

#include <index.hpp>

Public Member Functions

bool operator() (const OksAttribute *a1, const OksAttribute *a2) const
 

Detailed Description

Definition at line 39 of file index.hpp.

Member Function Documentation

◆ operator()()

bool dunedaq::oks::OksIndex::SortByName::operator() ( const OksAttribute * a1,
const OksAttribute * a2 ) const
inline

Definition at line 40 of file index.hpp.

40 {
41 return a1->get_name() < a2->get_name();
42 }

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