ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
boost::hash< NU1Charge< N, S > > Class Template Reference

#include <nu1_tpl.h>

Public Member Functions

size_t operator() (NU1Charge< N, S > const &Charge) const
 

Detailed Description

template<int N, class S>
class boost::hash< NU1Charge< N, S > >

Definition at line 92 of file nu1_tpl.h.

Member Function Documentation

template<int N, class S >
size_t boost::hash< NU1Charge< N, S > >::operator() ( NU1Charge< N, S > const &  Charge) const
inline

Definition at line 94 of file nu1_tpl.h.

94  {
95  return boost::hash_range(&Charge[0],&Charge[N]);
96  }

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