Hash used for storing <AreaId, Area> pairs.
More...
#include <Hashes.h>
|
| std::size_t | operator() (const BWEM::Area::id v) const |
Hash used for storing <AreaId, Area> pairs.
Definition at line 44 of file Hashes.h.
◆ operator()()
| std::size_t AreaIdHash::operator() |
( |
const BWEM::Area::id | v | ) |
const |
|
inline |
Definition at line 45 of file Hashes.h.
45 {
46 return std::hash<int>{}(v);
47 }
The documentation for this struct was generated from the following file: