SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator()()

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

Definition at line 236 of file Vertex.h.

236 {
237 return ((hash<uint32_t>()(edge.first) ^ (hash<uint32_t>()(edge.second) << 1)) >> 1)
238 + ((hash<uint32_t>()(edge.second) ^ (hash<uint32_t>()(edge.first) << 1)) >> 1);
239 }