Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/hash-indexed.hpp"
simple Hash implementation directly incorporating the hash value.
Definition at line 79 of file hash-indexed.hpp.
Public Member Functions | |
Plain (HashVal val) | |
template<typename TY > | |
Plain (TY const &something) | |
operator HashVal () const | |
Private Attributes | |
const HashVal | hash_ |