Searched defs:ConsHelp2 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | lazy_list.hpp | 1162 struct ConsHelp2<T,F,L,true> struct 1164 typedef typename boost::remove_reference<T>::type TT; 1165 typedef typename L::force_result_type type; 1166 static type go( const TT& x, const F& f ) { in go() 1171 struct ConsHelp2<T,F,list<T>,true> struct 1173 typedef typename boost::remove_reference<T>::type TT; 1174 typedef list<TT> L; 1175 typedef typename L::force_result_type type; 1176 static type go( const TT& x, const F& f ) { in go() 1183 struct ConsHelp2<T,F,odd_list<T>,true> struct [all …]
|