ATLAS Offline Software
Public Member Functions | List of all members
std::hash< IdentifierHash > Struct Reference

#include <IdentifierHash.h>

Collaboration diagram for std::hash< IdentifierHash >:

Public Member Functions

size_t operator() (const IdentifierHash &id) const
 

Detailed Description

Definition at line 55 of file IdentifierHash.h.

Member Function Documentation

◆ operator()()

size_t std::hash< IdentifierHash >::operator() ( const IdentifierHash id) const
inline

Definition at line 56 of file IdentifierHash.h.

56  {
57  return static_cast<size_t>(id.value());
58  }

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