Home
last modified time | relevance | path

Searched defs:combineequipmentpredicateswithparam (Results 1 – 1 of 1) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Diloops.h48 struct combineequipmentpredicateswithparam : public combinepredicateswithparam<ccharacter, item, pa… struct
50 typedef combinepredicateswithparam<ccharacter, item, param> base;
51 truth operator()(ccharacter* C, typename base::routine F, param P, truth OrBit) const in operator()