![]() |
TrinityCore
|
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. | |
| Inverter< PRED > Trinity::Predicates::Invert | ( | PRED && | p | ) |
Inverts the given predicate to return the opposite result.
Definition at line 65 of file CommonPredicates.h.