#include <hasher.h>
|
| | SaltedOutpointHasher (bool deterministic=false) |
| |
| size_t | operator() (const COutPoint &id) const noexcept |
| | Having the hash noexcept allows libstdc++'s unordered_map to recalculate the hash during rehash, so it does not have to cache the value. More...
|
| |
Definition at line 57 of file hasher.h.
◆ SaltedOutpointHasher()
| SaltedOutpointHasher::SaltedOutpointHasher |
( |
bool |
deterministic = false | ) |
|
◆ operator()()
| size_t SaltedOutpointHasher::operator() |
( |
const COutPoint & |
id | ) |
const |
|
inlinenoexcept |
◆ m_hasher
The documentation for this class was generated from the following files: