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 44 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 45 of file index.hpp.

45 {
46 return a1->get_name() < a2->get_name();
47 }

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