hash Struct Template
Declaration
template <typename Tag>
struct std::hash<helios::core::types::StrongId< Tag >> { ... }
Public Operators Index
template <typename Tag> | |
| helios::core::types::StrongId_t | operator() (const helios::core::types::StrongId< Tag > &id) const noexcept |
Definition at line 130 of file StrongId.ixx.
Public Operators
operator()()
template <typename Tag>
| inline noexcept |
Definition at line 131 of file StrongId.ixx.
131 helios::core::types::StrongId_t operator()(const helios::core::types::StrongId<Tag>& id) const noexcept {
132 return id.value();
133 }
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.