Skip to main content

hash Struct Template

Hash specialization for SystemTypeId. More...

Declaration

struct std::hash<helios::engine::core::data::SystemTypeId> { ... }

Public Operators Index

std::size_toperator() (const helios::engine::core::data::SystemTypeId &id) const noexcept

Description

Hash specialization for SystemTypeId.

Definition at line 88 of file SystemTypeId.ixx.

Public Operators

operator()()

std::size_t std::hash< helios::engine::core::data::SystemTypeId >::operator() (const helios::engine::core::data::SystemTypeId & id)
inline noexcept

Definition at line 89 of file SystemTypeId.ixx.

89 std::size_t operator()(const helios::engine::core::data::SystemTypeId& id) const noexcept {
90 return id.value();
91 }

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.