Electroneum
Loading...
Searching...
No Matches
std::hash< rct::key > Struct Reference

#include <rctTypes.h>

Public Member Functions

std::size_t operator() (const rct::key &k) const

Detailed Description

Definition at line 584 of file rctTypes.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< rct::key >::operator() ( const rct::key & k) const
inline

Definition at line 584 of file rctTypes.h.

584{ std::size_t operator()(const rct::key &k) const { return reinterpret_cast<const std::size_t&>(k); } };
std::size_t operator()(const rct::key &k) const
Definition rctTypes.h:584
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/ringct/rctTypes.h