![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <FixedHash.h>
Public Member Functions | |
| size_t | operator() (FixedHash const &_value) const |
| Make a hash of the object's data. More... | |
| size_t | operator() (FixedHash< 32 > const &value) const |
| Fast std::hash compatible hash function object for h256. More... | |
Definition at line 169 of file FixedHash.h.
|
inline |
Make a hash of the object's data.
Definition at line 172 of file FixedHash.h.
|
inline |
Fast std::hash compatible hash function object for h256.
Definition at line 320 of file FixedHash.h.