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

#include <object.hpp>

Public Member Functions

bool operator() (const std::string *__x, const std::string *__y) const
 

Detailed Description

Definition at line 785 of file object.hpp.

Member Function Documentation

◆ operator()()

bool dunedaq::oks::equal_str::operator() ( const std::string * __x,
const std::string * __y ) const
inline

Definition at line 787 of file object.hpp.

787 {
788 return ((__x == __y) || (*__x == *__y));
789 }

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