Skip to main content

hash Struct Template

Declaration

struct std::hash<helios::util::Guid> { ... }

Public Operators Index

std::size_toperator() (const helios::util::Guid &guid) const noexcept

Definition at line 105 of file Guid.ixx.

Public Operators

operator()()

std::size_t std::hash< helios::util::Guid >::operator() (const helios::util::Guid & guid)
inline noexcept

Definition at line 106 of file Guid.ixx.

106 std::size_t operator()(const helios::util::Guid& guid) const noexcept {
107 return guid.hash();
108 }

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.