Electroneum
std::hash< rct::key > Struct Template Reference

#include <rctTypes.h>

Public Member Functions

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

Detailed Description

template<>
struct std::hash< rct::key >

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: