#include <file.hpp>
|
bool | operator() (const std::string *s1, const std::string *s2) const |
|
Definition at line 361 of file file.hpp.
◆ operator()()
bool dunedaq::oks::OksFile::SortByName::operator() |
( |
const std::string * | s1, |
|
|
const std::string * | s2 ) const |
|
inline |
Definition at line 362 of file file.hpp.
362 {
363 return *s1 < *s2;
364 }
The documentation for this struct was generated from the following file:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/file.hpp