Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/view/zip_view/
Dzip_view.hpp114 struct zip_view : sequence_base< zip_view<Sequences> > struct
116 typedef typename result_of::remove<Sequences, unused_type const&>::type real_sequences;
118 typedef typename detail::strictest_traversal<real_sequences>::type category;
119 typedef zip_view_tag fusion_tag;
120 typedef fusion_sequence_tag tag; // this gets picked up by MPL
121 typedef mpl::true_ is_view;
122 typedef typename fusion::result_of::as_vector<Sequences>::type sequences;
123 typedef typename detail::min_size<real_sequences>::type size;
126 zip_view( in zip_view() argument
131 sequences sequences_;
/third_party/boost/boost/mpl/
Dzip_view.hpp48 struct zip_view struct
51 typedef typename transform1< Sequences, mpl::begin<_1> >::type first_ones_;
52 typedef typename transform1< Sequences, mpl::end<_1> >::type last_ones_;
55 typedef nested_begin_end_tag tag;
56 typedef zip_view type;
57 typedef zip_iterator<first_ones_> begin;
58 typedef zip_iterator<last_ones_> end;
/third_party/boost/libs/mpl/doc/src/refmanual/
Dzip_view.rst3 zip_view title