AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
std::hash< ObjectGuid > Struct Reference

#include "ObjectGuid.h"

Public Member Functions

size_t operator() (ObjectGuid const &key) const
 

Detailed Description

Member Function Documentation

◆ operator()()

size_t std::hash< ObjectGuid >::operator() ( ObjectGuid const &  key) const
inline
327 {
328 return std::hash<uint64>()(key.GetRawValue());
329 }

References ObjectGuid::GetRawValue().