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< TrivialGroup::charge > Class Template Reference

#include <none.h>

Public Member Functions

size_t operator() (TrivialGroup::charge const &Charge) const
 

Detailed Description

template<>
class boost::hash< TrivialGroup::charge >

Definition at line 54 of file none.h.

Member Function Documentation

size_t boost::hash< TrivialGroup::charge >::operator() ( TrivialGroup::charge const &  Charge) const
inline

Definition at line 56 of file none.h.

56  {
57  return hash<int>()(TrivialGroup::IdentityCharge); // return 0 ??
58  }
static const charge IdentityCharge
Definition: none.h:44

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