Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_reuse.hpp274 struct reuser4 { struct
275 typedef typename F::template result<F(W,X,Y,Z)>::type R;
276 typedef Thunk4<V1,V2,V3,V4,V5,F,W,X,Y,Z,R> M;
277 typedef M result_type;
278 boost::intrusive_ptr<const M> ref;
279 reuser4(a_unique_type_for_nil) {} in reuser4() function
280 reuser4(const M* m) : ref(m) {} in reuser4() function
281 M operator()( const F& f, const W& w, const X& x, const Y& y, const Z& z ) { in operator ()()
286 void iter( const F& f, const W& w, const X& x, const Y& y, const Z& z ) { in iter()