The Gaudi Framework  v36r6 (b1ee9983)
GaudiUtils::Hash< 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() (T(&key)[N]) const
 the hash-function More...
 

Detailed Description

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

generic specialization for arrays

Definition at line 121 of file Hash.h.

Member Function Documentation

◆ operator()()

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

the hash-function

Definition at line 124 of file Hash.h.

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

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