ATLAS Offline Software
Loading...
Searching...
No Matches
std::hash< Identifier > Struct Reference

#include <Identifier.h>

Collaboration diagram for std::hash< Identifier >:

Public Member Functions

size_t operator() (const Identifier &id) const

Detailed Description

Member Function Documentation

◆ operator()()

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

Definition at line 138 of file DetectorDescription/Identifier/Identifier/Identifier.h.

138 {
139 return static_cast<size_t>(id.get_compact());
140 }

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