SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator()()

size_t std::hash< Spices::UInt2 >::operator() ( Spices::UInt2 const & info) const
inlinenoexcept

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.