#include <hf.h>
|
bool | operator() (std::string const &x, std::string const &y) const |
|
Definition at line 11 of file hf.h.
bool iequal_to::operator() |
( |
std::string const & |
x, |
|
|
std::string const & |
y |
|
) |
| const |
|
inline |
Definition at line 14 of file hf.h.
17 return boost::algorithm::iequals(x, y, std::locale());
The documentation for this struct was generated from the following file:
- /home/svenni/Dropbox/projects/programming/hartree-fock/hartree-fock/src/hf.h