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

#include <class.hpp>

Public Member Functions

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

Detailed Description

Definition at line 226 of file class.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 227 of file class.hpp.

227 {
228 return (strcmp(c1, c2) < 0);
229 }

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