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