Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_prelude.hpp493 struct IterateH struct
495 F f;
496 T t;
497 IterateH( const F& ff, const T& tt) : f(ff), t(tt) {} in IterateH() function
501 struct result<This(F2,T2)>
510 typename result<IterateH(F,T)>::type operator()() const { in operator ()()