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