ATLAS Offline Software
Loading...
Searching...
No Matches
SG::SGKeyHash Struct Reference

Hash functional for sgkey_t. More...

#include <sgkey_t.h>

Collaboration diagram for SG::SGKeyHash:

Public Member Functions

constexpr size_t operator() (const sgkey_t k) const

Detailed Description

Hash functional for sgkey_t.

Definition at line 58 of file sgkey_t.h.

Member Function Documentation

◆ operator()()

size_t SG::SGKeyHash::operator() ( const sgkey_t k) const
inlineconstexpr

Definition at line 61 of file sgkey_t.h.

62 {
63 return k;
64 }

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