AnySet Documentation
|
Function object that implements a hash function for instances of type T.
#include <AnyHash.h>
Public Member Functions | |
template<class T > | |
std::size_t | operator() (const T &value) const |
Generic hash function. More... | |
|
inline |
Generic hash function.
value | - object to compute the hash code for. |