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

#include <file.hpp>

Public Member Functions

bool operator() (const OksFile *__x, const OksFile *__y) const
 

Detailed Description

Definition at line 323 of file file.hpp.

Member Function Documentation

◆ operator()()

bool dunedaq::oks::equal_file_ptr::operator() ( const OksFile * __x,
const OksFile * __y ) const
inline

Definition at line 325 of file file.hpp.

325 {
326 return (__x == __y);
327 }

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