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
}
std
hash< Spices::Edge >
Generated on Sun Mar 8 2026 10:24:51 for SpiecsEngine by
1.10.0