Home
last modified time | relevance | path

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

/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp705 struct EFTH struct
709 EFTH( const T& xx, const T& yy) : x(xx), y(yy) {} in EFTH() function
720 typename result<EFTH(T)>::type operator()() const { in operator ()() argument
728 fun1_R_TTT efth_R_TTT = EFTH<T>(x,y); in operator ()()
762 fun1_R_TTT efth_R_TTT = EFTH<TTT>(x,y); in operator ()()