Searched defs:reuser3 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | lazy_reuse.hpp | 221 struct reuser3 { struct 222 typedef typename F::template result<F(X,Y,Z)>::type R; 223 typedef Thunk3<V1,V2,V3,V4,F,X,Y,Z,R> M; 224 typedef M result_type; 225 boost::intrusive_ptr<const M> ref; 226 reuser3(a_unique_type_for_nil) {} in reuser3() argument 227 reuser3(const M* m) : ref(m) {} in reuser3() argument 228 M operator()( const F& f, const X& x, const Y& y, const Z& z ) { in operator ()() 233 void iter( const F& f, const X& x, const Y& y, const Z& z ) { in iter()
|