Searched defs:transform_view_iterator2 (Results 1 – 1 of 1) sorted by relevance
54 struct transform_view_iterator2 struct57 typedef transform_view_iterator2_tag fusion_tag;58 typedef convert_iterator<First1> converter1;59 typedef convert_iterator<First2> converter2;60 typedef typename converter1::type first1_type;61 typedef typename converter2::type first2_type;62 typedef typename traits::category_of<first1_type>::type category;66 transform_view_iterator2(First1 const& in_first1, First2 const& in_first2, F const& in_f) in transform_view_iterator2() function86 struct iterator_traits< ::boost::fusion::transform_view_iterator2<First1, First2, F> >