Searched defs:EFTH (Results 1 – 1 of 1) sorted by relevance
705 struct EFTH struct707 mutable T x;708 T y;709 EFTH( const T& xx, const T& yy) : x(xx), y(yy) {} in EFTH() argument713 struct result<This(TT)>720 typename result<EFTH(T)>::type operator()() const { in operator ()()