TrinityCore
Loading...
Searching...
No Matches
AsyncCallback Concept Reference

#include <AsyncCallbackProcessorFwd.h>

Concept definition

template<typename T>
concept AsyncCallback = requires(T& t) { { InvokeAsyncCallbackIfReady(t) } -> std::convertible_to<bool>; }
bool InvokeAsyncCallbackIfReady(QueryCallback &callback)

Detailed Description

Definition at line 24 of file AsyncCallbackProcessorFwd.h.