All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, Operator > Member List

This is the complete list of members for paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, Operator >, including all inherited members.

lift_binary_operator_functor(FunctorLeft left=FunctorLeft(), FunctorRight right=FunctorRight(), Operator op=Operator())paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, Operator >inline
operator()(Args &&...args) const -> decltype(std::declval< Operator >()(std::declval< FunctorLeft >()(std::forward< Args >(args)...), std::declval< FunctorRight >()(std::forward< Args >(args)...)))paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, Operator >inline