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

#include <object.hpp>

Public Member Functions

size_t operator() (const std::string *x) const
 

Detailed Description

Definition at line 778 of file object.hpp.

Member Function Documentation

◆ operator()()

size_t dunedaq::oks::hash_str::operator() ( const std::string * x) const
inline

Definition at line 780 of file object.hpp.

780 {
781 return std::hash<std::string>()(*x);
782 }

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