Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dpair_view.hpp66 struct pair_iter struct
68 typedef aux::pair_iter_tag tag;
69 typedef Category category;
70 typedef Iter1 first;
71 typedef Iter2 second;
77 > type;
79 typedef typename mpl::next<Iter1>::type i1_;
80 typedef typename mpl::next<Iter2>::type i2_;
81 typedef pair_iter<i1_,i2_,Category> next;
83 typedef apply_wrap2< aux::prior_pair_iter<Category>,Iter1,Iter2 >::type prior;