#include <Point.hxx>
Definition at line 85 of file Point.hxx.
◆ operator()()
const size_t std::hash< Point >::operator() |
( |
const Point & |
p | ) |
const |
|
inline |
Definition at line 87 of file Point.hxx.
87 {
return std::hash<int>()(p.
x) ^ std::hash<int>()(p.
y); }
The documentation for this struct was generated from the following file: