Searched defs:joint_view (Results 1 – 3 of 3) sorted by relevance
35 struct joint_view : sequence_base<joint_view<Sequence1, Sequence2> > struct37 typedef joint_view_tag fusion_tag;38 typedef fusion_sequence_tag tag; // this gets picked up by MPL48 category;49 typedef mpl::true_ is_view;51 typedef typename result_of::begin<Sequence1>::type first_type;52 typedef typename result_of::end<Sequence1>::type last_type;53 typedef typename result_of::begin<Sequence2>::type concat_type;54 typedef typename result_of::end<Sequence2>::type concat_last_type;57 size;[all …]
44 struct joint_view struct46 typedef typename mpl::begin<Sequence1_>::type first1_;47 typedef typename mpl::end<Sequence1_>::type last1_;48 typedef typename mpl::begin<Sequence2_>::type first2_;49 typedef typename mpl::end<Sequence2_>::type last2_;52 typedef Sequence1_ sequence1_;53 typedef Sequence2_ sequence2_;55 typedef joint_view type;56 typedef aux::joint_view_tag tag;57 typedef joint_iter<first1_,last1_,first2_> begin;[all …]
3 joint_view title