#include <class.hpp>
|
bool | operator() (const char *c1, const char *c2) const |
|
Definition at line 226 of file class.hpp.
◆ 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:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/class.hpp