AALanguage
The best language for those who have nothing to do
|
A helper class for hashing functions in standard std::unordered_map. More...
#include <TableIdentifiers.h>
Public Member Functions | |
std::size_t | operator() (const Function &f) const |
Operator () for hashing. | |
A helper class for hashing functions in standard std::unordered_map.
Definition at line 195 of file TableIdentifiers.h.
|
inline |
Operator () for hashing.
Hashes the types of the function arguments and the function name.
f | Function for hashing |
Definition at line 206 of file TableIdentifiers.h.
References Function::identifiers, and Function::name.