Searched defs:ThreeOps_match (Results 1 – 1 of 1) sorted by relevance
1791 struct ThreeOps_match { struct1796 ThreeOps_match(const T0 &Op1, const T1 &Op2, const T2 &Op3) in ThreeOps_match() argument1799 template <typename OpTy> bool match(OpTy *V) const { in match()