TrinityCore
EventProcessor.h File Reference
#include "Define.h"
#include "Duration.h"
#include "Random.h"
#include <map>
#include <type_traits>
+ Include dependency graph for EventProcessor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BasicEvent
 
class  LambdaBasicEvent< T >
 
class  EventProcessor
 

Typedefs

template<typename T >
using is_lambda_event = std::enable_if_t<!std::is_base_of_v< BasicEvent, std::remove_pointer_t< std::remove_cvref_t< T > > > >
 

Typedef Documentation

◆ is_lambda_event

template<typename T >
using is_lambda_event = std::enable_if_t<!std::is_base_of_v<BasicEvent, std::remove_pointer_t<std::remove_cvref_t<T> >> >

Definition at line 91 of file EventProcessor.h.