Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_reuse.hpp247 struct Thunk4 : public ThunkImpl<R> { struct
248 mutable F f;
249 mutable W w;
250 mutable X x;
251 mutable Y y;
252 mutable Z z;
253 Thunk4( const F& ff, const W& ww, const X& xx, const Y& yy, const Z& zz ) in Thunk4() argument
255 void init( const F& ff, const W& ww, const X& xx, const Y& yy, const Z& zz ) const { in init()
262 R operator()() const { in operator ()()