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

#include <kernel.hpp>

Public Member Functions

bool operator() (const OksString *s1, const OksString *s2) const
 

Detailed Description

Definition at line 455 of file kernel.hpp.

Member Function Documentation

◆ operator()()

bool dunedaq::oks::OksAliasTable::Value::SortByName::operator() ( const OksString * s1,
const OksString * s2 ) const
inline

Definition at line 456 of file kernel.hpp.

456 {
457 return *s1 < *s2;
458 }

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