AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
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().