Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
dev::FixedHash< N >::hash Struct Reference

#include <FixedHash.h>

Inheritance diagram for dev::FixedHash< N >::hash:
[legend]

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...
 

Detailed Description

template<unsigned N>
struct dev::FixedHash< N >::hash

Definition at line 164 of file FixedHash.h.

Member Function Documentation

template<unsigned N>
size_t dev::FixedHash< N >::hash::operator() ( FixedHash const &  _value) const
inline

Make a hash of the object's data.

Definition at line 167 of file FixedHash.h.

template<>
size_t dev::FixedHash::hash< 32 >::operator() ( FixedHash< 32 > const &  value) const
inline

Fast std::hash compatible hash function object for h256.

Definition at line 310 of file FixedHash.h.

Here is the call graph for this function:


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