Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_prelude.hpp641 struct EFH struct
643 mutable T x;
644 EFH( const T& xx) : x(xx) {} in EFH() argument
648 struct result<This(TT)>
655 typename result<EFH(T)>::type operator()() const { in operator ()()