Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_reuse.hpp197 struct Thunk3 : public ThunkImpl<R> { struct
198 mutable F f;
199 mutable X x;
200 mutable Y y;
201 mutable Z z;
202 Thunk3( const F& ff, const X& xx, const Y& yy, const Z& zz ) in Thunk3() function
204 void init( const F& ff, const X& xx, const Y& yy, const Z& zz ) const { in init()
210 R operator()() const { in operator ()()