Skip to main content

hash Struct Template

Declaration

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

Public Operators Index

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

Definition at line 116 of file Guid.ixx.

Public Operators

operator()()

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

Definition at line 117 of file Guid.ixx.

117 std::size_t operator()(const helios::engine::util::Guid& guid) const noexcept {
118 return guid.hash();
119 }

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.