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

#include "SpellMgr.h"

Public Member Functions

size_t operator() (SpellGroup const &group) const
 

Detailed Description

Member Function Documentation

◆ operator()()

size_t std::hash< SpellGroup >::operator() ( SpellGroup const &  group) const
inline
347 {
348 return hash<uint32>()(uint32(group));
349 }
std::uint32_t uint32
Definition Define.h:107

The documentation for this struct was generated from the following file: