Lines Matching defs:zip

21         struct zip< T0 , T1  struct
25 typedef mpl::vector< T0 , T1 > sequences;
26 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
27 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
33 zip(T0 const& t0 , T1 const& t1) in zip() function
43 struct zip< T0 , T1 , T2 struct
47 typedef mpl::vector< T0 , T1 , T2 > sequences;
48 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
49 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
55 zip(T0 const& t0 , T1 const& t1 , T2 const& t2) in zip() function
65 struct zip< T0 , T1 , T2 , T3 struct
69 typedef mpl::vector< T0 , T1 , T2 , T3 > sequences;
70 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
71 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
77 zip(T0 const& t0 , T1 const& t1 , T2 const& t2 , T3 const& t3) in zip() function
87 struct zip< T0 , T1 , T2 , T3 , T4 struct
91 typedef mpl::vector< T0 , T1 , T2 , T3 , T4 > sequences;
92 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
93 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
99 zip(T0 const& t0 , T1 const& t1 , T2 const& t2 , T3 const& t3 , T4 const& t4) in zip() function
109 struct zip< T0 , T1 , T2 , T3 , T4 , T5 struct
113 typedef mpl::vector< T0 , T1 , T2 , T3 , T4 , T5 > sequences;
114 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
115 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
121 zip(T0 const& t0 , T1 const& t1 , T2 const& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5) in zip() function
131 struct zip< T0 , T1 , T2 , T3 , T4 , T5 , T6 struct
135 typedef mpl::vector< T0 , T1 , T2 , T3 , T4 , T5 , T6 > sequences;
136 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
137 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
143zip(T0 const& t0 , T1 const& t1 , T2 const& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 c… in zip() function
153 struct zip< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 struct
157 typedef mpl::vector< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 > sequences;
158 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
159 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
165zip(T0 const& t0 , T1 const& t1 , T2 const& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 c… in zip() function
175 struct zip< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 struct
179 typedef mpl::vector< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 > sequences;
180 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
181 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
187zip(T0 const& t0 , T1 const& t1 , T2 const& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 c… in zip() function
197 struct zip< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 struct
201 typedef mpl::vector< T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 > sequences;
202 typedef typename mpl::transform<sequences, add_reference<mpl::_> >::type ref_params;
203 typedef zip_view<typename result_of::as_vector<ref_params>::type> type;
209zip(T0 const& t0 , T1 const& t1 , T2 const& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 c… in zip() function