Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
std::hash< fc::crypto::signature > Struct Reference

#include <signature.hpp>

Public Member Functions

std::size_t operator() (const fc::crypto::signature &k) const
 

Detailed Description

Definition at line 66 of file signature.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< fc::crypto::signature >::operator() ( const fc::crypto::signature & k) const
inline

Definition at line 67 of file signature.hpp.

67 {
68 return fc::crypto::hash_value(k);
69 }
size_t hash_value(const signature &b)
Definition signature.cpp:81
Here is the call graph for this function:

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