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

#include <object.hpp>

Public Member Functions

size_t operator() (const OksObject *x) const
 

Detailed Description

Definition at line 792 of file object.hpp.

Member Function Documentation

◆ operator()()

size_t dunedaq::oks::hash_obj_ptr::operator() ( const OksObject * x) const
inline

Definition at line 794 of file object.hpp.

794 {
795 return reinterpret_cast<size_t>(x);
796 }

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