Searched refs:result_t (Results 1 – 1 of 1) sorted by relevance
191 typedef typename BinaryFunction::result_type result_t; typedef194 inline result_t operator()(arg2_t v2) const { return (m_pfn (m_Value, v2)); } in operator()210 typedef typename BinaryFunction::result_type result_t; typedef213 inline result_t operator()(arg1_t v1) const { return (m_pfn (v1, m_Value)); } in operator()254 typedef typename Operation1::result_type result_t; typedef257 inline result_t operator() (rcarg_t x) const { return m_f(m_g(x)); } in operator()283 typedef typename Operation1::result_type result_t; typedef286 inline result_t operator() (rcarg_t x) const { return m_f(m_g(x), m_h(x)); } in operator()