hash Struct Template
Hash specialization for SpawnRuleId. More...
Declaration
struct std::hash<helios::engine::runtime::spawn::types::SpawnRuleId> { ... }
Public Operators Index
| std::size_t | operator() (const helios::engine::runtime::spawn::types::SpawnRuleId &id) const noexcept |
Description
Hash specialization for SpawnRuleId.
Definition at line 43 of file SpawnRuleId.ixx.
Public Operators
operator()()
| inline noexcept |
Definition at line 44 of file SpawnRuleId.ixx.
44 std::size_t operator()(const helios::engine::runtime::spawn::types::SpawnRuleId& id) const noexcept {
45 return id.value();
46 }
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.