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