chigraph  master
Systems programming language written for beginners in LLVM
std::hash< boost::uuids::uuid > Struct Template Reference

Class so uuids can be used with unordered_* containers. More...

#include <chi/Support/HashUuid.hpp>

Public Member Functions

size_t operator() (const boost::uuids::uuid &toHash) const
 The hash function. More...
 

Detailed Description

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

Class so uuids can be used with unordered_* containers.

Definition at line 15 of file HashUuid.hpp.

Member Function Documentation

◆ operator()()

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

The hash function.

Parameters
toHashThe UUID to hash
Returns
The hash

Definition at line 19 of file HashUuid.hpp.


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