Electroneum
Public Member Functions
|
List of all members
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); } };
rct::key
Definition:
rctTypes.h:78
std::hash< rct::key >::operator()
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.0.0.4/src/ringct/
rctTypes.h
std
hash< rct::key >
Generated on Sun Mar 10 2024 12:00:00 for Electroneum by
1.8.14