PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
SaltedHasher< T, S > Struct Template Reference

#include <saltedhasher.h>

Public Member Functions

std::size_t operator() (const T &v) const
 

Public Attributes

S s
 

Detailed Description

template<typename T, typename S>
struct SaltedHasher< T, S >

Definition at line 52 of file saltedhasher.h.

Member Function Documentation

◆ operator()()

template<typename T , typename S >
std::size_t SaltedHasher< T, S >::operator() ( const T v) const
inline

Definition at line 55 of file saltedhasher.h.

Member Data Documentation

◆ s

template<typename T , typename S >
S SaltedHasher< T, S >::s

Definition at line 54 of file saltedhasher.h.


The documentation for this struct was generated from the following file: