Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (77e7e51e)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
DataObjID_Hasher Struct Reference

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/DataObjID.h>

Public Member Functions

std::size_t operator() (const DataObjID &k) const
 

Detailed Description

Definition at line 119 of file DataObjID.h.

Member Function Documentation

◆ operator()()

std::size_t DataObjID_Hasher::operator() ( const DataObjID k) const
inline

Definition at line 120 of file DataObjID.h.

120 { return k.m_hash; }

The documentation for this struct was generated from the following file:
DataObjID::m_hash
std::size_t m_hash
Definition: DataObjID.h:95