Searched defs:predicates_element (Results 1 – 1 of 1) sorted by relevance
511 struct predicates_element struct514 typedef T type;515 static type const& get(T const& p) { return p; } in get()544 struct predicates_element< I, boost::tuples::cons<Head, Tail> > struct546 typedef boost::tuples::cons<Head, Tail> predicate_type;548 typedef typename boost::tuples::element<I, predicate_type>::type type;549 static type const& get(predicate_type const& p) { return boost::get<I>(p); } in get()