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