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