AzerothCore
3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
std::hash< ObjectGuid > Struct Reference
#include "
ObjectGuid.h
"
Public Member Functions
std::size_t
operator()
(
ObjectGuid
const &key) const
Detailed Description
Member Function Documentation
◆
operator()()
std::size_t std::hash<
ObjectGuid
>::operator()
(
ObjectGuid
const &
key
)
const
inline
325
{
326
return
std::hash<uint64>()(key.GetRawValue());
327
}
References
ObjectGuid::GetRawValue()
.
std
hash< ObjectGuid >
Generated on Mon Nov 11 2024 20:41:18 for AzerothCore by
1.9.5