Searched defs:cond_predicate (Results 1 – 1 of 1) sorted by relevance
42 struct cond_predicate struct44 cond_predicate(int& var, int val) : _var(var), _val(val) { } in cond_predicate() argument55 void operator=(cond_predicate&); argument