|
Infinity Engine v0.6.20
C++ API Documentation
|
Hash specialization for ComponentID to enable use in hash-based containers. More...
#include <ComponentID.hpp>
Public Member Functions | |
| size_t | operator() (Infinity::Procedural::ComponentID const &s) const noexcept |
| Computes the hash value for a ComponentID. | |
Hash specialization for ComponentID to enable use in hash-based containers.
Allows ComponentID to be used as a key in std::unordered_map, std::unordered_set, and similar hash-based containers.
|
inlinenoexcept |
Computes the hash value for a ComponentID.
| s | The ComponentID to hash. |