Searched defs:Thunk4 (Results 1 – 1 of 1) sorted by relevance
247 struct Thunk4 : public ThunkImpl<R> { struct248 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() argument255 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 ()()