Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_reuse.hpp109 struct Thunk1 : public ThunkImpl<R> { struct
110 mutable F f;
111 mutable X x;
112 Thunk1( const F& ff, const X& xx ) : f(ff), x(xx) {} in Thunk1() argument
113 void init( const F& ff, const X& xx ) const { in init()
117 R operator()() const { in operator ()()