Searched defs:cst_pred_ty (Results 1 – 1 of 1) sorted by relevance
204 template <typename Predicate> struct cst_pred_ty : public Predicate { struct205 template <typename ITy> bool match(ITy *V) { in match()