Searched defs:iterator_range (Results 1 – 4 of 4) sorted by relevance
37 struct iterator_range : sequence_base<iterator_range<First, Last> > struct39 typedef typename convert_iterator<First>::type begin_type;40 typedef typename convert_iterator<Last>::type end_type;41 typedef iterator_range_tag fusion_tag;42 typedef fusion_sequence_tag tag; // this gets picked up by MPL43 typedef mpl::true_ is_view;45 typedef typename traits::category_of<begin_type>::type category;48 iterator_range(First const& in_first, Last const& in_last) in iterator_range() argument52 begin_type first;53 end_type last;
28 struct iterator_range struct30 typedef iterator_range_tag tag;31 typedef iterator_range type;32 typedef First begin;33 typedef Last end;
433 class iterator_range class477 iterator_range() in iterator_range() function in boost::iterator_range482 iterator_range(Iterator first, Iterator last) in iterator_range() function in boost::iterator_range488 iterator_range( in iterator_range() function in boost::iterator_range499 iterator_range( in iterator_range() function in boost::iterator_range510 iterator_range(const SinglePassRange& r, in iterator_range() function in boost::iterator_range517 iterator_range(SinglePassRange& r, in iterator_range() function in boost::iterator_range
38 class iterator_range : class57 constexpr iterator_range() : in iterator_range() function in protozero::iterator_range67 constexpr iterator_range(iterator&& first_iterator, iterator&& last_iterator) : in iterator_range() function in protozero::iterator_range