SpiecsEngine
Loading...
Searching...
No Matches
◆
operator()()
size_t std::hash<
Spices::UInt2
>::operator()
(
Spices::UInt2
const &
info
)
const
inline
noexcept
Definition at line
179
of file
Math.h
.
180
{
181
return
(hash<uint32_t>()(info.x) ^
182
(hash<uint32_t>()(info.y) << 1));
183
}
References
Spices::UInt2::x
, and
Spices::UInt2::y
.
std
hash< Spices::UInt2 >
Generated on Sun Mar 8 2026 10:24:51 for SpiecsEngine by
1.10.0