Skip to main content

hash Struct Template

Hash specialization for ActionId. More...

Declaration

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

Public Operators Index

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

Computes hash for ActionId. More...

Description

Hash specialization for ActionId.

Definition at line 107 of file ActionId.ixx.

Public Operators

operator()()

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

Computes hash for ActionId.

Parameters
id

The ActionId to hash.

Returns

The hash value.

Definition at line 116 of file ActionId.ixx.

116 std::size_t operator()(const helios::engine::core::data::ActionId& id) const noexcept {
117 return id.value();
118 }

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.