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< std::pair< int, int > > Class Template Reference

#include <nu1_tpl.h>

Public Member Functions

size_t operator() (std::pair< int, int > const &Pair_of_charge) const
 

Detailed Description

template<>
class boost::hash< std::pair< int, int > >

Definition at line 113 of file nu1_tpl.h.

Member Function Documentation

size_t boost::hash< std::pair< int, int > >::operator() ( std::pair< int, int > const &  Pair_of_charge) const
inline

Definition at line 115 of file nu1_tpl.h.

115  {
116  return boost::hash_value(Pair_of_charge);
117  }

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