Searched defs:filter_iter (Results 1 – 2 of 2) sorted by relevance
58 struct filter_iter struct60 typedef Iterator base;61 typedef forward_iterator_tag category;66 >::type next;68 typedef typename deref<base>::type type;75 struct filter_iter< LastIterator,LastIterator,Predicate > struct77 typedef LastIterator base;78 typedef forward_iterator_tag category;125 struct filter_iter struct
226 typedef boost::filter_iterator<one_or_four, dummyT*> filter_iter; in main() typedef