DESY Hbb Analysis Framework
Public Types | Public Member Functions | List of all members
std::hash< std::tuple<> > Struct Template Reference

#include <Utilities.h>

Public Types

typedef std::tuple argument_type
 
typedef std::size_t result_type
 

Public Member Functions

result_type operator() (const argument_type &t) const
 

Detailed Description

template<>
struct std::hash< std::tuple<> >

Definition at line 114 of file Utilities.h.

Member Typedef Documentation

typedef std::tuple std::hash< std::tuple<> >::argument_type

Definition at line 116 of file Utilities.h.

typedef std::size_t std::hash< std::tuple<> >::result_type

Definition at line 117 of file Utilities.h.

Member Function Documentation

result_type std::hash< std::tuple<> >::operator() ( const argument_type t) const
inline

Definition at line 118 of file Utilities.h.

References T, and naf_mult_submit::type.

119  {
120  return -1;
121  }

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