#include <hf.h>
|
std::size_t | operator() (std::string const &x) const |
|
Definition at line 21 of file hf.h.
std::size_t ihash::operator() |
( |
std::string const & |
x) | |
const |
|
inline |
Definition at line 24 of file hf.h.
29 for(std::string::const_iterator it = x.begin();
32 boost::hash_combine(seed, std::toupper(*it, locale));
The documentation for this struct was generated from the following file:
- /home/svenni/Dropbox/projects/programming/hartree-fock/hartree-fock/src/hf.h