TrinityCore
Loading...
Searching...
No Matches
Trinity::Predicates Namespace Reference

Classes

class  Inverter
 
class  IsVictimOf
 Only returns true for the given attacker's current victim, if any. More...
 

Functions

template<typename PRED >
Inverter< PRED > Invert (PRED &&p)
 Inverts the given predicate to return the opposite result.
 

Function Documentation

◆ Invert()

template<typename PRED >
Inverter< PRED > Trinity::Predicates::Invert ( PRED &&  p)

Inverts the given predicate to return the opposite result.

Definition at line 65 of file CommonPredicates.h.