ATLAS Offline Software
Loading...
Searching...
No Matches
idHasher Struct Reference

#include <PixelCablingCondData.h>

Collaboration diagram for idHasher:

Public Member Functions

std::size_t operator() (const Identifier &id) const

Detailed Description

Definition at line 20 of file PixelCablingCondData.h.

Member Function Documentation

◆ operator()()

std::size_t idHasher::operator() ( const Identifier & id) const
inline

Definition at line 21 of file PixelCablingCondData.h.

21 {
22 return std::hash<Identifier::value_type>{}(id.get_compact());
23 }

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