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

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

base typedef (defined in paal::utils::or_functor< FunctorLeft, FunctorRight >)paal::utils::or_functor< FunctorLeft, FunctorRight >
lift_binary_operator_functor(FunctorLeft left=FunctorLeft(), FunctorRight right=FunctorRight(), Orop=Or())paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, Or >inline
operator()(Args &&...args) const -> decltype(std::declval< Or >()(std::declval< FunctorLeft >()(std::forward< Args >(args)...), std::declval< FunctorRight >()(std::forward< Args >(args)...)))paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, Or >inline
or_functor(FunctorLeft left=FunctorLeft(), FunctorRight right=FunctorRight())paal::utils::or_functor< FunctorLeft, FunctorRight >inline