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

#include <object.hpp>

Public Member Functions

bool operator() (const std::string *s1, const std::string *s2) const
 

Detailed Description

Functor to sort map of OksObject pointers by object Id

Definition at line 852 of file object.hpp.

Member Function Documentation

◆ operator()()

bool dunedaq::oks::OksObject::SortById::operator() ( const std::string * s1,
const std::string * s2 ) const
inline

Definition at line 853 of file object.hpp.

853 {
854 return *s1 < *s2;
855 }

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