Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_prelude.hpp705 struct EFTH struct
707 mutable T x;
708 T y;
709 EFTH( const T& xx, const T& yy) : x(xx), y(yy) {} in EFTH() argument
713 struct result<This(TT)>
720 typename result<EFTH(T)>::type operator()() const { in operator ()()