Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <FixedHash.h>
Public Member Functions | |
size_t | operator() (FixedHash const &_value) const |
Make a hash of the object's data. More... | |
template<> | |
size_t | operator() (FixedHash< 32 > const &value) const |
Fast std::hash compatible hash function object for h256. More... | |
Definition at line 164 of file FixedHash.h.
|
inline |
Make a hash of the object's data.
Definition at line 167 of file FixedHash.h.
|
inline |
Fast std::hash compatible hash function object for h256.
Definition at line 310 of file FixedHash.h.