AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
TaskScheduler::Compare Struct Reference

Container which provides Task order, insert and reschedule operations. More...

Public Member Functions

bool operator() (TaskContainer const &left, TaskContainer const &right) const
 

Detailed Description

Container which provides Task order, insert and reschedule operations.

Member Function Documentation

◆ operator()()

bool TaskScheduler::Compare::operator() ( TaskContainer const &  left,
TaskContainer const &  right 
) const
inline
115 {
116 return (*left.get()) < (*right.get());
117 };