SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator()()

size_t std::hash< Spices::HalfEdge >::operator() ( Spices::HalfEdge const & edge) const
inline

Definition at line 246 of file Vertex.h.

246 {
247 return ((hash<uint32_t>()(edge.first) ^ (hash<uint32_t>()(edge.second) << 1)) >> 1);
248 }