Electroneum
std::hash< boost::uuids::uuid > Struct Template Reference

Public Member Functions

std::size_t operator() (const boost::uuids::uuid &_v) const
 

Detailed Description

template<>
struct std::hash< boost::uuids::uuid >

Definition at line 46 of file block_queue.cpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< boost::uuids::uuid >::operator() ( const boost::uuids::uuid &  _v) const
inline

Definition at line 47 of file block_queue.cpp.

47  {
48  return reinterpret_cast<const std::size_t &>(_v);
49  }

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