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 147 of file DetectorDescription/Identifier/Identifier/Identifier.h.

147 {
148 return static_cast<size_t>(id.get_compact());
149 }

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