The Gaudi Framework  master (594c33fa)
GaudiUtils::Hash< const T(&)[N]> Struct Template Reference

generic specialization for arrays More...

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/Hash.h>

Public Member Functions

std::size_t operator() (const T(&key)[N]) const
 the hash-function More...
 

Detailed Description

template<class T, unsigned N>
struct GaudiUtils::Hash< const T(&)[N]>

generic specialization for arrays

Definition at line 129 of file Hash.h.

Member Function Documentation

◆ operator()()

template<class T , unsigned N>
std::size_t GaudiUtils::Hash< const T(&)[N]>::operator() ( const T(&)  key[N]) const
inline

the hash-function

Definition at line 132 of file Hash.h.

132 { return boost::hash_range( key, key + N ); }

The documentation for this struct was generated from the following file:
IOTest.N
N
Definition: IOTest.py:112
ProduceConsume.key
key
Definition: ProduceConsume.py:81