Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

StaticSaltedHasher Struct Reference

#include <saltedhasher.h>

+ Collaboration diagram for StaticSaltedHasher:

Public Member Functions

template<typename T >
std::size_t operator() (const T &v) const
 

Static Public Attributes

static SaltedHasherBase s
 

Detailed Description

Definition at line 64 of file saltedhasher.h.

Member Function Documentation

◆ operator()()

template<typename T >
std::size_t StaticSaltedHasher::operator() ( const T &  v) const
inline

Definition at line 69 of file saltedhasher.h.

References SaltedHasherBase::k0, SaltedHasherBase::k1, and s.

Member Data Documentation

◆ s

SaltedHasherBase StaticSaltedHasher::s
static

Definition at line 66 of file saltedhasher.h.

Referenced by operator()().


The documentation for this struct was generated from the following files:
Released under the MIT license