Home
last modified time | relevance | path

Searched defs:joint_view (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/joint_view/
Djoint_view.hpp35 struct joint_view : sequence_base<joint_view<Sequence1, Sequence2> > struct
37 typedef joint_view_tag fusion_tag;
38 typedef fusion_sequence_tag tag; // this gets picked up by MPL
48 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 …]
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Djoint_view.hpp44 struct joint_view struct
46 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 …]
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Djoint_view.rst3 joint_view title