cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator
EnumHash< T > Struct Template Reference

A hasher table for an enumeration. More...

#include <include/CepGen/Utils/Hasher.h>

Public Member Functions

size_t operator() (const T &t) const
 Hash an enumerator-indexed table.
 

Detailed Description

template<class T>
struct cepgen::utils::EnumHash< T >

Definition at line 43 of file Hasher.h.

Member Function Documentation

◆ operator()()

template<class T >
size_t operator() ( const T & t) const

Definition at line 45 of file Hasher.h.