This is the complete list of members for paal::utils::and_functor< FunctorLeft, FunctorRight >, including all inherited members.
and_functor(FunctorLeft left=FunctorLeft(), FunctorRight right=FunctorRight()) | paal::utils::and_functor< FunctorLeft, FunctorRight > | inline |
base typedef (defined in paal::utils::and_functor< FunctorLeft, FunctorRight >) | paal::utils::and_functor< FunctorLeft, FunctorRight > | |
lift_binary_operator_functor(FunctorLeft left=FunctorLeft(), FunctorRight right=FunctorRight(), Andop=And()) | paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, And > | inline |
operator()(Args &&...args) const -> decltype(std::declval< And >()(std::declval< FunctorLeft >()(std::forward< Args >(args)...), std::declval< FunctorRight >()(std::forward< Args >(args)...))) | paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, And > | inline |